Files
openssl-custom/providers/common/keymgmt/build.info
T
2019-09-21 00:43:47 +09:00

10 lines
192 B
Plaintext

LIBS=../../../libcrypto
IF[{- !$disabled{dh} -}]
SOURCE[../../../libcrypto]=\
dh_kmgmt.c
ENDIF
IF[{- !$disabled{dsa} -}]
SOURCE[../../../libcrypto]=\
dsa_kmgmt.c
ENDIF