summaryrefslogtreecommitdiff
path: root/crypto/build.info
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-05-23 10:42:03 +0100
committerTomas Mraz <tomas@openssl.org>2022-05-27 08:00:52 +0200
commit416d0a638c1635a182e57fe80c7c065dd76818c0 (patch)
treeaa70e7e9b9161ae2c30f7b6ed9bce6af66cace59 /crypto/build.info
parent1aef2c10f10e0685298008be596c80e148c71a51 (diff)
downloadopenssl-new-416d0a638c1635a182e57fe80c7c065dd76818c0.tar.gz
QUIC wire format support
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18382)
Diffstat (limited to 'crypto/build.info')
-rw-r--r--crypto/build.info3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/build.info b/crypto/build.info
index f568234081..27ef6ba92e 100644
--- a/crypto/build.info
+++ b/crypto/build.info
@@ -97,7 +97,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 \
+ quic_vlint.c
SOURCE[../libcrypto]=$UTIL_COMMON \
mem.c mem_sec.c \