X-Git-Url: http://git.samba.org/?p=samba.git;a=blobdiff_plain;f=lib%2Fcrypto%2Fmd4test.c;h=dfdaef51b004ed1dbc15063724c3e7915d95daaf;hp=a6080cff823390fa0eb2d3c10fdab95b7320ad61;hb=c8e27b6f334931d5a609af6b50c9e0756e88b672;hpb=98089dfccfab3bbc47d8d0a31735d52822cd2307 diff --git a/lib/crypto/md4test.c b/lib/crypto/md4test.c index a6080cff823..dfdaef51b00 100644 --- a/lib/crypto/md4test.c +++ b/lib/crypto/md4test.c @@ -17,15 +17,17 @@ along with this program. If not, see . */ -#include "includes.h" +#include "replace.h" +#include "../lib/util/samba_util.h" #include "../lib/crypto/crypto.h" struct torture_context; +bool torture_local_crypto_md4(struct torture_context *torture); /* This uses the test values from rfc1320 */ -bool torture_local_crypto_md4(struct torture_context *torture) +bool torture_local_crypto_md4(struct torture_context *torture) { bool ret = true; uint32_t i;