Delete include/openssl/asn1_mac.h

See https://github.com/openssl/openssl/discussions/26886

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26900)
This commit is contained in:
Ian Spence 2025-02-25 10:18:33 -08:00 committed by Neil Horman
parent c2ab75e30a
commit d4430ef9fc
4 changed files with 2 additions and 15 deletions

View file

@ -1288,8 +1288,7 @@ ENDIF
use File::Basename;
use OpenSSL::Glob;
my @nogo_headers = ( "asn1_mac.h",
"opensslconf.h",
my @nogo_headers = ( "opensslconf.h",
"__decc_include_prologue.h",
"__decc_include_epilogue.h" );
my @nogo_headers_re = ( qr/.*err\.h/ );