aboutsummaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2024-04-20 19:12:50 +0000
committerEnji Cooper <ngie@FreeBSD.org>2024-04-21 16:35:19 +0000
commit42ce242e353065dfbaa248955f6657005a395a95 (patch)
tree0bbbd30aeffd5ae33f9bf11e0f40c639b9462513 /secure
parentb571bcea5495327fd210378109b0b2aed08bebc3 (diff)
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypto/modules/fips/Makefile2
-rw-r--r--secure/lib/libcrypto/modules/legacy/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/secure/lib/libcrypto/modules/fips/Makefile b/secure/lib/libcrypto/modules/fips/Makefile
index 8843cb9717c9..ceaa57ab066e 100644
--- a/secure/lib/libcrypto/modules/fips/Makefile
+++ b/secure/lib/libcrypto/modules/fips/Makefile
@@ -1,6 +1,8 @@
SHLIB_NAME?= fips.so
+VERSION_MAP= ${SRCTOP}/crypto/openssl/providers/fips.ld
+
CFLAGS+= -DFIPS_MODULE
SRCS+= fips_entry.c fipsprov.c self_test.c self_test_kats.c
diff --git a/secure/lib/libcrypto/modules/legacy/Makefile b/secure/lib/libcrypto/modules/legacy/Makefile
index a285d0b1148b..e435c5aa2c41 100644
--- a/secure/lib/libcrypto/modules/legacy/Makefile
+++ b/secure/lib/libcrypto/modules/legacy/Makefile
@@ -2,6 +2,8 @@
SHLIB_NAME?= legacy.so
LIBADD= crypto
+VERSION_MAP= ${SRCTOP}/crypto/openssl/providers/legacy.ld
+
SRCS+= legacyprov.c prov_running.c
# ciphers