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:
parent
c2ab75e30a
commit
d4430ef9fc
4 changed files with 2 additions and 15 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -239,7 +239,6 @@ providers/common/include/prov/der_ml_dsa.h
|
||||||
|
|
||||||
# Files created on other branches that are not held in git, and are not
|
# Files created on other branches that are not held in git, and are not
|
||||||
# needed on this branch
|
# needed on this branch
|
||||||
/include/openssl/asn1_mac.h
|
|
||||||
/include/openssl/des_old.h
|
/include/openssl/des_old.h
|
||||||
/include/openssl/fips.h
|
/include/openssl/fips.h
|
||||||
/include/openssl/fips_rand.h
|
/include/openssl/fips_rand.h
|
||||||
|
|
|
@ -1338,8 +1338,7 @@ errors:
|
||||||
include/internal/asn1.h
|
include/internal/asn1.h
|
||||||
include/internal/sslconf.h );
|
include/internal/sslconf.h );
|
||||||
my @cryptoskipheaders = ( @sslheaders_tmpl,
|
my @cryptoskipheaders = ( @sslheaders_tmpl,
|
||||||
qw( include/openssl/asn1_mac.h
|
qw( include/openssl/conf_api.h
|
||||||
include/openssl/conf_api.h
|
|
||||||
include/openssl/ebcdic.h
|
include/openssl/ebcdic.h
|
||||||
include/openssl/opensslconf.h
|
include/openssl/opensslconf.h
|
||||||
include/openssl/symhacks.h ) );
|
include/openssl/symhacks.h ) );
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
|
||||||
* in the file LICENSE in the source distribution or at
|
|
||||||
* https://www.openssl.org/source/license.html
|
|
||||||
*/
|
|
||||||
|
|
||||||
#error "This file is obsolete; please update your software."
|
|
|
@ -1288,8 +1288,7 @@ ENDIF
|
||||||
use File::Basename;
|
use File::Basename;
|
||||||
use OpenSSL::Glob;
|
use OpenSSL::Glob;
|
||||||
|
|
||||||
my @nogo_headers = ( "asn1_mac.h",
|
my @nogo_headers = ( "opensslconf.h",
|
||||||
"opensslconf.h",
|
|
||||||
"__decc_include_prologue.h",
|
"__decc_include_prologue.h",
|
||||||
"__decc_include_epilogue.h" );
|
"__decc_include_epilogue.h" );
|
||||||
my @nogo_headers_re = ( qr/.*err\.h/ );
|
my @nogo_headers_re = ( qr/.*err\.h/ );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue