]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Makefile: Exclude dummy header asn1_mac.h from CRYPTOHEADERS
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Thu, 24 Jun 2021 19:33:42 +0000 (21:33 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Fri, 30 Sep 2022 20:25:45 +0000 (22:25 +0200)
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/15913)

Configurations/unix-Makefile.tmpl

index 2ad46b992fe3836947671cb1ba38633061ca7ff7..9af8698dff17f73df9619f86bf52201589026b76 100644 (file)
@@ -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 ) );