]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/m_md2.c
(oops) Apologies all, that last header-cleanup commit was from the wrong
[thirdparty/openssl.git] / crypto / evp / m_md2.c
index 38ce7f8cd71f46feee2367d507f68633ed711bdb..e577d26411b6ddd6eb1430877c116e77de3d3949 100644 (file)
@@ -65,6 +65,7 @@
 #include <openssl/objects.h>
 #include <openssl/x509.h>
 #include <openssl/md2.h>
+#include <openssl/rsa.h>
 
 static int init(EVP_MD_CTX *ctx)
        { return MD2_Init(ctx->md_data); }