From 1d2dd47d31e776e5a976069147b33d7c34e5b071 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 18 May 2010 00:16:40 +0200 Subject: s3-crypto: only include crypto headers when crypto is done. Guenther --- source3/libsmb/smb_signing.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libsmb/smb_signing.c') diff --git a/source3/libsmb/smb_signing.c b/source3/libsmb/smb_signing.c index 104cf76160..d4b350f7a4 100644 --- a/source3/libsmb/smb_signing.c +++ b/source3/libsmb/smb_signing.c @@ -20,6 +20,7 @@ */ #include "includes.h" +#include "../lib/crypto/md5.h" /* Used by the SMB signing functions. */ -- cgit