(oops) Apologies all, that last header-cleanup commit was from the wrong
[oweals/openssl.git] / crypto / evp / m_sha.c
index a3343bb2eb8e87847089b0417429278f15bd28e3..f3b96107578e3b0dcb437532143c064a99438477 100644 (file)
@@ -64,6 +64,7 @@
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include <openssl/x509.h>
+#include <openssl/rsa.h>
 
 static int init(EVP_MD_CTX *ctx)
        { return SHA_Init(ctx->md_data); }