View | Details | Raw Unified | Return to bug 273506 | Differences between
and this patch

Collapse All | Expand All

(-)b/secure/lib/libcrypto/modules/legacy/Makefile (-2 / +5 lines)
Lines 16-21 SRCS+= cipher_rc4.c cipher_rc4_hw.c Link Here
16
SRCS+=	cipher_rc4_hmac_md5.c cipher_rc4_hmac_md5_hw.c
16
SRCS+=	cipher_rc4_hmac_md5.c cipher_rc4_hmac_md5_hw.c
17
SRCS+=	cipher_seed.c cipher_seed_hw.c
17
SRCS+=	cipher_seed.c cipher_seed_hw.c
18
18
19
# crypto
20
SRCS+=	md4_dgst.c md4_one.c
21
19
# digests
22
# digests
20
SRCS+=	digestcommon.c
23
SRCS+=	digestcommon.c
21
SRCS+=	md4_prov.c wp_prov.c ripemd_prov.c
24
SRCS+=	md4_prov.c wp_prov.c ripemd_prov.c
Lines 28-34 SRCS+= record/tls_pad.c Link Here
28
31
29
.include <bsd.lib.mk>
32
.include <bsd.lib.mk>
30
33
31
.PATH:	${LCRYPTO_SRC}/providers/implementations/ciphers \
34
.PATH:	${LCRYPTO_SRC}/crypto/md4 \
35
	${LCRYPTO_SRC}/providers/implementations/ciphers \
32
	${LCRYPTO_SRC}/providers/implementations/digests \
36
	${LCRYPTO_SRC}/providers/implementations/digests \
33
	${LCRYPTO_SRC}/providers/implementations/kdfs \
37
	${LCRYPTO_SRC}/providers/implementations/kdfs \
34
	${LCRYPTO_SRC}/ssl
38
	${LCRYPTO_SRC}/ssl
35
- 

Return to bug 273506