summaryrefslogtreecommitdiff
path: root/lib/crypto/md5test.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-02-05 15:31:05 +0100
committerJelmer Vernooij <jelmer@samba.org>2012-02-07 01:11:07 +0100
commit9c000f1def6bb4f4254cca697f2dca143ea40291 (patch)
treec84380cf62e35df44a324a74ed9ae6154b5f453b /lib/crypto/md5test.c
parentfa0c2ab5c5c9081bc83787a50bf32ee1ca20a3d3 (diff)
downloadsamba-9c000f1def6bb4f4254cca697f2dca143ea40291.tar.gz
samba-9c000f1def6bb4f4254cca697f2dca143ea40291.tar.bz2
samba-9c000f1def6bb4f4254cca697f2dca143ea40291.zip
crypto: Add prototype for main torture functions.
Diffstat (limited to 'lib/crypto/md5test.c')
-rw-r--r--lib/crypto/md5test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/crypto/md5test.c b/lib/crypto/md5test.c
index 38e65317ff..38626c39bc 100644
--- a/lib/crypto/md5test.c
+++ b/lib/crypto/md5test.c
@@ -23,6 +23,8 @@
struct torture_context;
+bool torture_local_crypto_md5(struct torture_context *torture);
+
/*
This uses the test values from rfc1321
*/