diff options
Diffstat (limited to 'crypto/evp/m_md5.c')
-rw-r--r-- | crypto/evp/m_md5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/m_md5.c b/crypto/evp/m_md5.c index 63c142119ebd..6455829671ef 100644 --- a/crypto/evp/m_md5.c +++ b/crypto/evp/m_md5.c @@ -62,6 +62,7 @@ #ifndef OPENSSL_NO_MD5 #include <openssl/evp.h> +#include "evp_locl.h" #include <openssl/objects.h> #include <openssl/x509.h> #include <openssl/md5.h> |