summaryrefslogtreecommitdiff
path: root/lib/mdigest.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mdigest.h')
-rw-r--r--lib/mdigest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mdigest.h b/lib/mdigest.h
index 1e816901..9d52ef5f 100644
--- a/lib/mdigest.h
+++ b/lib/mdigest.h
@@ -1,6 +1,7 @@
/* The include file for both the MD4 and MD5 routines. */
#ifdef USE_OPENSSL
+#include <openssl/sha.h>
#include <openssl/evp.h>
#endif
#include "md-defines.h"