From 31d09b13d3dc3aa204cf416bdf87eb39b7fe5de2 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 27 Feb 2011 20:45:42 +0100 Subject: tdb: Use to include tdb so system headers are found when building against system tdb. --- lib/crypto/md4test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/crypto') diff --git a/lib/crypto/md4test.c b/lib/crypto/md4test.c index e406c692a1..7516e826ab 100644 --- a/lib/crypto/md4test.c +++ b/lib/crypto/md4test.c @@ -26,7 +26,7 @@ struct torture_context; /* This uses the test values from rfc1320 */ -bool torture_local_crypto_md4(struct torture_context *torture) +bool torture_local_crypto_md4(struct torture_context *torture) { bool ret = true; uint32_t i; -- cgit