aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-03-30 20:31:49 +0100
committerDr. Stephen Henson <steve@openssl.org>2015-03-30 22:01:30 +0100
commit3a1f43023acb7852969658d0ffedcd9bdb561a47 (patch)
tree87dd7fadf9fb06554d01140f916155a1c13cd807 /crypto/asn1
parent06affe3dac65592a341547f5a47e52cedb7b71f8 (diff)
downloadopenssl-3a1f43023acb7852969658d0ffedcd9bdb561a47.tar.gz
Remove unnecessary asn1_mac.h includes.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/asn1')
-rw-r--r--crypto/asn1/a_d2i_fp.c2
-rw-r--r--crypto/asn1/n_pkey.c1
2 files changed, 1 insertions, 2 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 <limits.h>
#include "cryptlib.h"
#include <openssl/buffer.h>
-#include <openssl/asn1_mac.h>
+#include <openssl/asn1.h>
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 <openssl/rsa.h>
# include <openssl/objects.h>
# include <openssl/asn1t.h>
-# include <openssl/asn1_mac.h>
# include <openssl/evp.h>
# include <openssl/x509.h>