summaryrefslogtreecommitdiffstats
path: root/crypto/build.info
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-03-13 18:53:49 +0000
committerHugo Landau <hlandau@openssl.org>2023-03-30 11:14:16 +0100
commit6c091ca968f4c62744a5161d54f2c2dd89a76993 (patch)
tree6ca96fcfac1f6aa12e9c28aeb82b216ec7cadf5b /crypto/build.info
parent20f457436d0240f07835e098a6508668da9b02a4 (diff)
Refactor build.info
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20348)
Diffstat (limited to 'crypto/build.info')
-rw-r--r--crypto/build.info4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/build.info b/crypto/build.info
index 36856561ba..253d5f360c 100644
--- a/crypto/build.info
+++ b/crypto/build.info
@@ -99,7 +99,8 @@ $UTIL_COMMON=\
cryptlib.c params.c params_from_text.c bsearch.c ex_data.c o_str.c \
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
+ param_build_set.c der_writer.c threads_lib.c params_dup.c \
+ time.c
SHARED_SOURCE[../libssl]=sparse_array.c
@@ -110,7 +111,6 @@ SOURCE[../libcrypto]=$UTIL_COMMON \
punycode.c passphrase.c sleep.c deterministic_nonce.c quic_vlint.c \
time.c
SOURCE[../providers/libfips.a]=$UTIL_COMMON
-SOURCE[../providers/libfips.a]=time.c
SOURCE[../libcrypto]=$UPLINKSRC
DEFINE[../libcrypto]=$UPLINKDEF