]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
params: don't build global param name TRIE
authorPauli <ppzgs1@gmail.com>
Wed, 16 Apr 2025 07:05:43 +0000 (17:05 +1000)
committerTomas Mraz <tomas@openssl.org>
Wed, 7 May 2025 09:47:24 +0000 (11:47 +0200)
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27392)

crypto/build.info
crypto/params_idx.c.in [deleted file]

index aee5c467668a9ab98a88bacfdef57a579f4e50ef..fd1608263378e3282af836b9f95f5f2c1336669c 100644 (file)
@@ -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 (file)
index f04939b..0000000
+++ /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 <string.h>
-
-/* Machine generated TRIE -- generated by util/perl/OpenSSL/paramnames.pm */
-{- produce_decoder(); -}
-/* End of TRIE */