crypto: Add prototype for main torture functions.
[tridge/samba.git] / lib / crypto / md5test.c
index 0457d4d4ea4b18e947cd6db75760ba6a76e4049e..38626c39bce6ea2f2163c922f45261b038a60f2b 100644 (file)
 */
 
 #include "replace.h"
-#include "../lib/util/util.h"
+#include "../lib/util/samba_util.h"
 #include "../lib/crypto/crypto.h"
 
 struct torture_context;
 
+bool torture_local_crypto_md5(struct torture_context *torture);
+
 /*
  This uses the test values from rfc1321
 */