From 9c000f1def6bb4f4254cca697f2dca143ea40291 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 5 Feb 2012 15:31:05 +0100 Subject: crypto: Add prototype for main torture functions. --- lib/crypto/hmacmd5test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/crypto/hmacmd5test.c') 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) { -- cgit