Changeset 745 for trunk/server/lib/crypto/md4test.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/lib/crypto/md4test.c
r414 r745 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.