summaryrefslogtreecommitdiffstats
path: root/util/mkdef.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-03-30 20:11:02 +0100
committerDr. Stephen Henson <steve@openssl.org>2015-04-03 18:31:15 +0100
commit865b55ac8e32e9815d20b55fb05e66b61558cf6d (patch)
treee4fe52d3b135359bc6ae30ebd94351e8d99f95c1 /util/mkdef.pl
parenta469a6770a769ff88a077f4705134db9c89f653b (diff)
remove asn1_mac.h
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util/mkdef.pl')
-rwxr-xr-xutil/mkdef.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 7f1c093e32..674ad1ee04 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -309,7 +309,6 @@ $crypto.=" include/openssl/pem.h";
#$crypto.=" include/openssl/meth.h";
$crypto.=" include/openssl/asn1.h";
$crypto.=" include/openssl/asn1t.h";
-$crypto.=" include/openssl/asn1_mac.h";
$crypto.=" include/openssl/err.h" ; # unless $no_err;
$crypto.=" include/openssl/pkcs7.h";
$crypto.=" include/openssl/pkcs12.h";