diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-02-27 20:45:42 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-02-28 21:11:21 +0100 |
commit | 31d09b13d3dc3aa204cf416bdf87eb39b7fe5de2 (patch) | |
tree | 4d820ee2c94da215c5ab0e9f8ff110edfe52452d /lib/crypto | |
parent | 136c1600648f690d7709a204c4a7117bb5a868c3 (diff) | |
download | samba-31d09b13d3dc3aa204cf416bdf87eb39b7fe5de2.tar.gz |
tdb: Use <tdb.h> to include tdb so system headers are found when building against system tdb.
Diffstat (limited to 'lib/crypto')
-rw-r--r-- | lib/crypto/md4test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/md4test.c b/lib/crypto/md4test.c index e406c692a12..7516e826abf 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; |