From 3a1f43023acb7852969658d0ffedcd9bdb561a47 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 30 Mar 2015 20:31:49 +0100 Subject: Remove unnecessary asn1_mac.h includes. Reviewed-by: Rich Salz --- crypto/asn1/a_d2i_fp.c | 2 +- crypto/asn1/n_pkey.c | 1 - crypto/evp/p_lib.c | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/crypto/asn1/a_d2i_fp.c b/crypto/asn1/a_d2i_fp.c index 49deb61322..c0d9e1e68f 100644 --- a/crypto/asn1/a_d2i_fp.c +++ b/crypto/asn1/a_d2i_fp.c @@ -60,7 +60,7 @@ #include #include "cryptlib.h" #include -#include +#include static int asn1_d2i_read_bio(BIO *in, BUF_MEM **pb); diff --git a/crypto/asn1/n_pkey.c b/crypto/asn1/n_pkey.c index d5a55146a4..cd6391e941 100644 --- a/crypto/asn1/n_pkey.c +++ b/crypto/asn1/n_pkey.c @@ -62,7 +62,6 @@ # include # include # include -# include # include # include diff --git a/crypto/evp/p_lib.c b/crypto/evp/p_lib.c index a96fae6125..fb8f175fcb 100644 --- a/crypto/evp/p_lib.c +++ b/crypto/evp/p_lib.c @@ -62,7 +62,6 @@ #include #include #include -#include #include #ifndef OPENSSL_NO_RSA # include -- cgit v1.2.3