Add ISA context id getter to TKM keymat

This commit is contained in:
Reto Buerki
2013-03-19 15:23:47 +01:00
committed by Tobias Brunner
parent cdd4d73ff5
commit d91acfdb5d
3 changed files with 16 additions and 0 deletions
+1
View File
@@ -54,6 +54,7 @@ START_TEST(test_derive_ike_keys)
tkm_keymat_t *keymat = tkm_keymat_create(TRUE);
fail_if(!keymat, "Unable to create keymat");
fail_if(!keymat->get_isa_id(keymat), "Invalid ISA context id (0)");
chunk_t nonce;
tkm_nonceg_t *ng = tkm_nonceg_create();