mirror of
https://github.com/openssl/openssl.git
synced 2025-03-07 19:38:33 +08:00
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)
23 lines
389 B
Plaintext
23 lines
389 B
Plaintext
SUBDIRS=bio cipher digest keyexch mac kdf pkey signature \
|
|
encrypt encode sslecho
|
|
|
|
IF[{- !$disabled{"quic"} -}]
|
|
SUBDIRS=http3
|
|
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
|