mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
37f27b91de
This QUIC server utility is intended for test purposes only and is expected to be replaced in a future version of OpenSSL by s_server. At that point it will be removed. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21204)
15 lines
401 B
Plaintext
15 lines
401 B
Plaintext
IF[{- $target{build_scheme}->[1] eq "unix" -}]
|
|
SCRIPTS{noinst}=shlib_wrap.sh
|
|
SOURCE[shlib_wrap.sh]=shlib_wrap.sh.in
|
|
ENDIF
|
|
SCRIPTS{noinst}=wrap.pl
|
|
SOURCE[wrap.pl]=wrap.pl.in
|
|
DEPEND[wrap.pl]=../configdata.pm
|
|
|
|
IF[{- !$disabled{quic} -}]
|
|
PROGRAMS{noinst}=quicserver
|
|
SOURCE[quicserver]=quicserver.c
|
|
INCLUDE[quicserver]=../include ../apps/include
|
|
DEPEND[quicserver]=../libcrypto.a ../libssl.a
|
|
ENDIF
|