From 3aeb93486588e7dd01379c50b8fd496d55cf8858 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 19 Jan 2016 00:21:12 +0000 Subject: make EVP_PKEY opaque Reviewed-by: Richard Levitte --- crypto/asn1/d2i_pr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/asn1/d2i_pr.c') diff --git a/crypto/asn1/d2i_pr.c b/crypto/asn1/d2i_pr.c index 1b6f8eb..02efa83 100644 --- a/crypto/asn1/d2i_pr.c +++ b/crypto/asn1/d2i_pr.c @@ -67,6 +67,7 @@ #include #include #include "internal/asn1_int.h" +#include "internal/evp_int.h" EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, long length) -- cgit v1.1