- fixed bug in nonce test

This commit is contained in:
Jan Hutter
2005-11-17 13:35:38 +00:00
parent f0c83c23a3
commit c63dfce358
+1 -1
View File
@@ -764,7 +764,7 @@ void test_generator_with_nonce_payload(tester_t *tester)
nonce.ptr = allocator_clone_bytes("1234567890123456", strlen("1234567890123456"));
nonce.len = strlen(nonce.ptr);
nonce.len = strlen("1234567890123456");
nonce_payload->set_nonce(nonce_payload,nonce);