Changeset 740 for vendor/current/lib/crypto/md4test.c
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/lib/crypto/md4test.c
r414 r740 18 18 */ 19 19 20 #include "includes.h" 20 #include "replace.h" 21 #include "../lib/util/util.h" 21 22 #include "../lib/crypto/crypto.h" 22 23 … … 26 27 This uses the test values from rfc1320 27 28 */ 28 bool torture_local_crypto_md4(struct torture_context *torture) 29 bool torture_local_crypto_md4(struct torture_context *torture) 29 30 { 30 31 bool ret = true;
Note:
See TracChangeset
for help on using the changeset viewer.