(oops) Apologies all, that last header-cleanup commit was from the wrong
[oweals/openssl.git] / crypto / evp / m_ripemd.c
index ca8ed75851dc5fb10524185fadc56618e72e6968..93910a44abf632591f68aebe4cda20070ccdcc40 100644 (file)
@@ -65,6 +65,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 RIPEMD160_Init(ctx->md_data); }