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/md5test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/crypto/md5test.c') 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 */ -- cgit