X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=Configurations%2Funix-Makefile.tmpl;h=12f02698283f7505396d0941dc1524a0333e75b8;hp=a019779993ffa6836de1993287cff7cba0c71082;hb=ad16671d49208ea8dcc79613e14fe6148daf959b;hpb=a3f1fc25017ef768a956b88edee4aaf851a58db2 diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index a019779993..12f0269828 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -983,6 +983,7 @@ generate_crypto_objects: crypto/objects/obj_mac.num \ crypto/objects/obj_xref.txt \ > crypto/objects/obj_xref.h ) + ( cd $(SRCDIR); cat crypto/objects/obj_compat.h >> include/openssl/obj_mac.h ) generate_crypto_conf: ( cd $(SRCDIR); $(PERL) crypto/conf/keysets.pl \ @@ -1025,6 +1026,7 @@ errors: qw( include/internal/dso.h include/internal/o_dir.h include/internal/err.h + include/internal/evp.h include/internal/sslconf.h ); our @cryptoskipheaders = ( @sslheaders, qw( include/openssl/conf_api.h