crypto: Add prototype for main torture functions.
[tridge/samba.git] / lib / crypto / md5test.c
index 7223af211433dc4a25ed22d27863e4ad3540b493..38626c39bce6ea2f2163c922f45261b038a60f2b 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "includes.h"
+#include "replace.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
 */