From: Pauli Date: Wed, 16 Apr 2025 07:05:43 +0000 (+1000) Subject: params: don't build global param name TRIE X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d80e50df5f700dcf7390c3701f69af72c0d0596;p=thirdparty%2Fopenssl.git params: don't build global param name TRIE Reviewed-by: Dmitry Belyavskiy Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27392) --- diff --git a/crypto/build.info b/crypto/build.info index aee5c467668..fd160826337 100644 --- a/crypto/build.info +++ b/crypto/build.info @@ -100,7 +100,7 @@ $UTIL_COMMON=\ threads_pthread.c threads_win.c threads_none.c initthread.c \ context.c sparse_array.c asn1_dsa.c packet.c param_build.c \ param_build_set.c der_writer.c threads_lib.c params_dup.c \ - time.c params_idx.c + time.c SOURCE[../libcrypto]=$UTIL_COMMON \ mem.c mem_sec.c \ diff --git a/crypto/params_idx.c.in b/crypto/params_idx.c.in deleted file mode 100644 index f04939b597c..00000000000 --- a/crypto/params_idx.c.in +++ /dev/null @@ -1,21 +0,0 @@ -/* - * {- join("\n * ", @autowarntext) -} - * - * Copyright 2023 The OpenSSL Project Authors. All Rights Reserved. - * - * Licensed under the Apache License 2.0 (the "License"). You may not use - * this file except in compliance with the License. You can obtain a copy - * in the file LICENSE in the source distribution or at - * https://www.openssl.org/source/license.html - */ -{- -use OpenSSL::paramnames qw(produce_decoder); --} - -#include "internal/e_os.h" -#include "internal/param_names.h" -#include - -/* Machine generated TRIE -- generated by util/perl/OpenSSL/paramnames.pm */ -{- produce_decoder(); -} -/* End of TRIE */