mirror of
https://github.com/openssl/openssl.git
synced 2026-06-06 20:18:09 +00:00
params: don't build removed file
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/27392)
This commit is contained in:
+2
-4
@@ -48,7 +48,7 @@ DEPEND[]=include/openssl/asn1.h \
|
||||
include/openssl/x509_acert.h \
|
||||
include/openssl/x509_vfy.h \
|
||||
include/crypto/bn_conf.h include/crypto/dso_conf.h \
|
||||
include/internal/param_names.h crypto/params_idx.c
|
||||
include/internal/param_names.h
|
||||
|
||||
GENERATE[include/openssl/asn1.h]=include/openssl/asn1.h.in
|
||||
GENERATE[include/openssl/asn1t.h]=include/openssl/asn1t.h.in
|
||||
@@ -83,10 +83,8 @@ GENERATE[include/openssl/x509_vfy.h]=include/openssl/x509_vfy.h.in
|
||||
GENERATE[include/crypto/bn_conf.h]=include/crypto/bn_conf.h.in
|
||||
GENERATE[include/crypto/dso_conf.h]=include/crypto/dso_conf.h.in
|
||||
|
||||
DEPEND[crypto/params_idx.c \
|
||||
include/internal/param_names.h \
|
||||
DEPEND[include/internal/param_names.h \
|
||||
include/openssl/core_names.h]=util/perl|OpenSSL/paramnames.pm
|
||||
GENERATE[crypto/params_idx.c]=crypto/params_idx.c.in
|
||||
GENERATE[include/internal/param_names.h]=include/internal/param_names.h.in
|
||||
GENERATE[include/openssl/core_names.h]=include/openssl/core_names.h.in
|
||||
|
||||
|
||||
@@ -8,11 +8,8 @@
|
||||
* in the file LICENSE in the source distribution or at
|
||||
* https://www.openssl.org/source/license.html
|
||||
*/
|
||||
/* Parameter name definitions - generated by util/perl/OpenSSL/paramnames.pm */
|
||||
{-
|
||||
use OpenSSL::paramnames qw(generate_internal_macros);
|
||||
-}
|
||||
|
||||
int ossl_param_find_pidx(const char *s);
|
||||
|
||||
/* Parameter name definitions - generated by util/perl/OpenSSL/paramnames.pm */
|
||||
{- generate_internal_macros(); -}
|
||||
generate_internal_macros(); -}
|
||||
|
||||
Reference in New Issue
Block a user