From fda21497fcde0e1036986921052a05dd430f9918 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Thu, 24 Jun 2021 21:33:42 +0200 Subject: [PATCH] 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) --- Configurations/unix-Makefile.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ) ); -- 2.47.3