From: Dr. David von Oheimb Date: Thu, 24 Jun 2021 19:33:42 +0000 (+0200) Subject: Makefile: Exclude dummy header asn1_mac.h from CRYPTOHEADERS X-Git-Tag: openssl-3.2.0-alpha1~1987 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fda21497fcde0e1036986921052a05dd430f9918;p=thirdparty%2Fopenssl.git Makefile: Exclude dummy header asn1_mac.h from CRYPTOHEADERS Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz Reviewed-by: David von Oheimb (Merged from https://github.com/openssl/openssl/pull/15913) --- diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index 2ad46b992fe..9af8698dff1 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -1274,7 +1274,8 @@ errors: include/internal/asn1.h include/internal/sslconf.h ); my @cryptoskipheaders = ( @sslheaders_tmpl, - qw( include/openssl/conf_api.h + qw( include/openssl/asn1_mac.h + include/openssl/conf_api.h include/openssl/ebcdic.h include/openssl/opensslconf.h include/openssl/symhacks.h ) );