summaryrefslogtreecommitdiff
path: root/lib/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto')
-rw-r--r--lib/crypto/hmacmd5test.c1
-rw-r--r--lib/crypto/md4test.c1
-rw-r--r--lib/crypto/md5test.c2
3 files changed, 4 insertions, 0 deletions
diff --git a/lib/crypto/hmacmd5test.c b/lib/crypto/hmacmd5test.c
index a951409cad..6db2526969 100644
--- a/lib/crypto/hmacmd5test.c
+++ b/lib/crypto/hmacmd5test.c
@@ -21,6 +21,7 @@
#include "../lib/crypto/crypto.h"
struct torture_context;
+bool torture_local_crypto_hmacmd5(struct torture_context *torture);
static DATA_BLOB data_blob_repeat_byte(uint8_t byte, size_t length)
{
diff --git a/lib/crypto/md4test.c b/lib/crypto/md4test.c
index 4ee05c1f8b..dfdaef51b0 100644
--- a/lib/crypto/md4test.c
+++ b/lib/crypto/md4test.c
@@ -22,6 +22,7 @@
#include "../lib/crypto/crypto.h"
struct torture_context;
+bool torture_local_crypto_md4(struct torture_context *torture);
/*
This uses the test values from rfc1320
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
*/