(oops) Apologies all, that last header-cleanup commit was from the wrong
[openssl.git] / crypto / evp / m_sha1.c
index 838225bf842d2cda352495950c83ef817dd55d96..364b3688779fa11f502a71c570d9e2ead43cfa69 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 SHA1_Init(ctx->md_data); }