From ab0a14bbc7bc7cdda4cfb2b2a730804b3437429f Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 30 Nov 2015 10:25:36 +0100 Subject: Add inclusion of internal/evp_int.h to all crypto/ files that need it These are the files that add new EVP_MDs. Reviewed-by: Rich Salz --- crypto/asn1/x_algor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/asn1/x_algor.c') diff --git a/crypto/asn1/x_algor.c b/crypto/asn1/x_algor.c index ca2749179f..5ad63eb90d 100644 --- a/crypto/asn1/x_algor.c +++ b/crypto/asn1/x_algor.c @@ -61,6 +61,7 @@ #include #include #include +#include "internal/evp_int.h" ASN1_SEQUENCE(X509_ALGOR) = { ASN1_SIMPLE(X509_ALGOR, algorithm, ASN1_OBJECT), -- cgit v1.2.3