diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-22 15:53:54 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-22 15:53:54 +0000 |
commit | 2018a40a227a4756757d9458186de7c120e3f07b (patch) | |
tree | 14331764a1b644ddbaa142a49b84592aad3292d0 /Source/charon/testcases/prf_plus_test.c | |
parent | 213790354f1c251bf2391897ea40748c59e185f1 (diff) | |
download | strongswan-2018a40a227a4756757d9458186de7c120e3f07b.tar.bz2 strongswan-2018a40a227a4756757d9458186de7c120e3f07b.tar.xz |
- md5 hmac test
Diffstat (limited to 'Source/charon/testcases/prf_plus_test.c')
-rw-r--r-- | Source/charon/testcases/prf_plus_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/testcases/prf_plus_test.c b/Source/charon/testcases/prf_plus_test.c index ebdbbbea2..eafdebfd9 100644 --- a/Source/charon/testcases/prf_plus_test.c +++ b/Source/charon/testcases/prf_plus_test.c @@ -74,7 +74,7 @@ void test_prf_plus(tester_t *tester) void test_prf_plus_md5(tester_t *tester) { - /* md5 test data */ + /* md5 test data u_int8_t nonce[] = { 0x58,0xCC,0x4C,0xA3,0x81,0x81,0xDA,0x7D, 0x19,0xA6,0x9F,0xB1,0xE8,0xD3,0xE7,0x96, @@ -142,5 +142,5 @@ void test_prf_plus_md5(tester_t *tester) 0x57,0xC4,0xDE,0x65, 0x10,0xEB,0xA7,0xB6, 0x24,0x0D,0xEC,0xB4 - }; + };*/ } |