mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
9ab7fe4836
There is a large amount of CMS sepcific code in the algorithms. This is in the wrong place and breaks layering. This code should be in the CMS layer. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/13088)
13 lines
378 B
Plaintext
13 lines
378 B
Plaintext
LIBS=../../libcrypto
|
|
SOURCE[../../libcrypto]= \
|
|
cms_lib.c cms_asn1.c cms_att.c cms_io.c cms_smime.c cms_err.c \
|
|
cms_sd.c cms_dd.c cms_cd.c cms_env.c cms_enc.c cms_ess.c \
|
|
cms_pwri.c cms_kari.c cms_rsa.c
|
|
|
|
IF[{- !$disabled{dh} -}]
|
|
SOURCE[../../libcrypto]=cms_dh.c
|
|
ENDIF
|
|
IF[{- !$disabled{ec} || !$disabled{dsa}-}]
|
|
SOURCE[../../libcrypto]=cms_ec.c
|
|
ENDIF
|