openssl/demos/build.info
Neil Horman 693071c088 disable http3 demo on windows
The external nghttp3 library seems to have a linking issue on windows
(several missing symbols).  Disable that build in windows for now until
its fixed

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/24047)
2024-04-12 08:02:20 -04:00

25 lines
429 B
Plaintext

SUBDIRS=bio cipher digest keyexch mac kdf pkey signature \
encrypt encode sslecho
IF[{- !$disabled{"h3demo"} -}]
IF[{- !$disabled{"quic"} -}]
SUBDIRS=http3
ENDIF
ENDIF
IF[{- !$disabled{"cms"} -}]
IF[{- !$disabled{"deprecated"} -}]
SUBDIRS=cms
ENDIF
ENDIF
IF[{- !$disabled{"dgram"} -}]
SUBDIRS=guide
ENDIF
IF[{- !$disabled{"des"} -}]
IF[{- !$disabled{"deprecated"} -}]
SUBDIRS=smime
ENDIF
ENDIF