summaryrefslogtreecommitdiffstats
path: root/crypto/build.info
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-05-05 11:52:58 +1000
committerPauli <pauli@openssl.org>2023-06-02 15:13:20 +1000
commite84b5fcc1b1d599173eaab07790c06a532981e50 (patch)
treee0984d67a638a6ba958d99d41182db126b7558f1 /crypto/build.info
parentcee0628e0d53be82bd644ce258c3d3e90e64eced (diff)
params: provide a faster TRIE based param lookup.
The separate file is a Perl script that generates the appropriate define directives for inclusion in core_names.h. By having this separation it will be possible to prebuild data structures to give faster access when looking up parameters by name. Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20935)
Diffstat (limited to 'crypto/build.info')
-rw-r--r--crypto/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/build.info b/crypto/build.info
index 253d5f360c..ef568070c1 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
+ time.c params_idx.c
SHARED_SOURCE[../libssl]=sparse_array.c