Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147102552
D52113.1782173346.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
840 B
Referenced Files
None
Subscribers
None
D52113.1782173346.diff
View Options
diff --git a/secure/lib/libcrypto/modules/legacy/Makefile b/secure/lib/libcrypto/modules/legacy/Makefile
--- a/secure/lib/libcrypto/modules/legacy/Makefile
+++ b/secure/lib/libcrypto/modules/legacy/Makefile
@@ -1,7 +1,7 @@
SHLIB_NAME?= legacy.so
LIBADD= crypto
-SRCS+= legacyprov.c prov_running.c
+SRCS+= legacyprov.c prov_running.c params_idx.c
# ciphers
SRCS+= ciphercommon.c ciphercommon_hw.c ciphercommon_block.c \
@@ -21,11 +21,12 @@
SRCS+= md4_prov.c wp_prov.c ripemd_prov.c
# kdfs
-SRCS+= pbkdf1.c
+SRCS+= pbkdf1.c pvkkdf.c
.include <bsd.lib.mk>
-.PATH: ${LCRYPTO_SRC}/providers/implementations/ciphers \
+.PATH: ${LCRYPTO_SRC}/crypto \
+ ${LCRYPTO_SRC}/providers/implementations/ciphers \
${LCRYPTO_SRC}/providers/implementations/digests \
${LCRYPTO_SRC}/providers/implementations/kdfs \
${LCRYPTO_SRC}/ssl
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 23, 12:09 AM (15 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28942177
Default Alt Text
D52113.1782173346.diff (840 B)
Attached To
Mode
D52113: openssl: link enough files for the legacy provider to actually load
Attached
Detach File
Event Timeline
Log In to Comment