mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
693071c088
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)
25 lines
429 B
Plaintext
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
|