Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F141149791
D51897.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
729 B
Referenced Files
None
Subscribers
None
D51897.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 \
@@ -22,10 +22,12 @@
# kdfs
SRCS+= pbkdf1.c
+SRCS+= pvkkdf.c
.include <bsd.lib.mk>
.PATH: ${LCRYPTO_SRC}/providers/implementations/ciphers \
${LCRYPTO_SRC}/providers/implementations/digests \
${LCRYPTO_SRC}/providers/implementations/kdfs \
+ ${LCRYPTO_SRC}/crypto \
${LCRYPTO_SRC}/ssl
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 2, 1:21 PM (14 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27457429
Default Alt Text
D51897.diff (729 B)
Attached To
Mode
D51897: secure: fix OpenSSL's legacy provider module
Attached
Detach File
Event Timeline
Log In to Comment