aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/libcrypto/modules
diff options
context:
space:
mode:
authorPierre Pronchery <khorben@FreeBSD.org>2025-07-11 21:57:10 +0000
committerPierre Pronchery <khorben@FreeBSD.org>2025-08-07 13:54:34 +0000
commit4757b351ea9d59d71d4a38b82506d2d16fcd560d (patch)
tree9ce6a4079151ea8e9bbe49185fbe1ada8168498f /secure/lib/libcrypto/modules
parente7be843b4a162e68651d3911f0357ed464915629 (diff)
Diffstat (limited to 'secure/lib/libcrypto/modules')
-rw-r--r--secure/lib/libcrypto/modules/Makefile.inc1
-rw-r--r--secure/lib/libcrypto/modules/legacy/Makefile3
2 files changed, 1 insertions, 3 deletions
diff --git a/secure/lib/libcrypto/modules/Makefile.inc b/secure/lib/libcrypto/modules/Makefile.inc
index 79d9a65b44c2..363b7f4bc766 100644
--- a/secure/lib/libcrypto/modules/Makefile.inc
+++ b/secure/lib/libcrypto/modules/Makefile.inc
@@ -6,6 +6,7 @@ LCRYPTO_SRC= ${SRCTOP}/crypto/openssl
CFLAGS+= -I${LCRYPTO_SRC}
CFLAGS+= -I${LCRYPTO_SRC}/include
CFLAGS+= -I${LCRYPTO_SRC}/providers/common/include
+CFLAGS+= -I${LCRYPTO_SRC}/providers/fips/include
CFLAGS+= -I${LCRYPTO_SRC}/providers/implementations/include
# common
diff --git a/secure/lib/libcrypto/modules/legacy/Makefile b/secure/lib/libcrypto/modules/legacy/Makefile
index f90c873072ea..c16919ddcd94 100644
--- a/secure/lib/libcrypto/modules/legacy/Makefile
+++ b/secure/lib/libcrypto/modules/legacy/Makefile
@@ -23,9 +23,6 @@ SRCS+= md4_prov.c wp_prov.c ripemd_prov.c
# kdfs
SRCS+= pbkdf1.c
-# ssl
-SRCS+= record/tls_pad.c
-
.include <bsd.lib.mk>
.PATH: ${LCRYPTO_SRC}/providers/implementations/ciphers \