Add context id getter to TKM nonce generator
This commit is contained in:
committed by
Tobias Brunner
parent
ebe592a393
commit
601de9f36f
@@ -26,6 +26,7 @@ START_TEST(test_nonceg_creation)
|
||||
|
||||
ng = tkm_nonceg_create();
|
||||
fail_if(ng == NULL, "Error creating tkm nonce generator");
|
||||
fail_if(ng->get_id(ng) == 0, "Invalid context id (0)");
|
||||
|
||||
ng->nonce_gen.destroy(&ng->nonce_gen);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user