1b077aed3SPierre Pronchery
2b077aed3SPierre ProncherySHLIB_NAME?=	legacy.so
3*fd4b13acSPierre ProncheryLIBADD=		crypto
4b077aed3SPierre Pronchery
54a3cc17eSPierre ProncherySRCS+=	legacyprov.c prov_running.c
687e08018SPierre Pronchery
787e08018SPierre Pronchery# ciphers
887e08018SPierre ProncherySRCS+=	ciphercommon.c ciphercommon_hw.c ciphercommon_block.c \
987e08018SPierre Pronchery	ciphercommon_gcm.c ciphercommon_gcm_hw.c \
1087e08018SPierre Pronchery	ciphercommon_ccm.c ciphercommon_ccm_hw.c
1187e08018SPierre ProncherySRCS+=	cipher_desx.c cipher_desx_hw.c cipher_des.c cipher_des_hw.c
1287e08018SPierre ProncherySRCS+=	cipher_tdes_common.c
1387e08018SPierre ProncherySRCS+=	cipher_blowfish.c cipher_blowfish_hw.c
1487e08018SPierre ProncherySRCS+=	cipher_cast5.c cipher_cast5_hw.c
1587e08018SPierre ProncherySRCS+=	cipher_rc2.c cipher_rc2_hw.c
1687e08018SPierre ProncherySRCS+=	cipher_rc4.c cipher_rc4_hw.c
1787e08018SPierre ProncherySRCS+=	cipher_rc4_hmac_md5.c cipher_rc4_hmac_md5_hw.c
1887e08018SPierre ProncherySRCS+=	cipher_seed.c cipher_seed_hw.c
1987e08018SPierre Pronchery
2087e08018SPierre Pronchery# digests
2187e08018SPierre ProncherySRCS+=	digestcommon.c
2287e08018SPierre ProncherySRCS+=	md4_prov.c wp_prov.c ripemd_prov.c
2387e08018SPierre Pronchery
2487e08018SPierre Pronchery# kdfs
2587e08018SPierre ProncherySRCS+=	pbkdf1.c
2687e08018SPierre Pronchery
2787e08018SPierre Pronchery# ssl
2887e08018SPierre ProncherySRCS+=	record/tls_pad.c
29b077aed3SPierre Pronchery
30b077aed3SPierre Pronchery.include <bsd.lib.mk>
3187e08018SPierre Pronchery
3287e08018SPierre Pronchery.PATH:	${LCRYPTO_SRC}/providers/implementations/ciphers \
3387e08018SPierre Pronchery	${LCRYPTO_SRC}/providers/implementations/digests \
3487e08018SPierre Pronchery	${LCRYPTO_SRC}/providers/implementations/kdfs \
3587e08018SPierre Pronchery	${LCRYPTO_SRC}/ssl
36