Add inclusion of internal/evp_int.h to all crypto/ files that need it
[openssl.git] / crypto / evp / m_sha1.c
index c40849bd5292dd5357886c43efa9e4eaacd715c5..2f30c3c73346f2dcfc127d69497d8258f33ea07a 100644 (file)
@@ -65,6 +65,7 @@
 #ifndef OPENSSL_NO_RSA
 # include <openssl/rsa.h>
 #endif
+#include "internal/evp_int.h"
 
 static int init(EVP_MD_CTX *ctx)
 {