Add ISA context id getter to TKM keymat
This commit is contained in:
committed by
Tobias Brunner
parent
cdd4d73ff5
commit
d91acfdb5d
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user