summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2024-11-05 11:14:04 +0000
committertb <>2024-11-05 11:14:04 +0000
commit15359e4c8d690160c87d6509ff64f4166b8d1b43 (patch)
treed9ef9ac4e49ef70a353b6bb8bea1c483dc7233bf /src/lib/libcrypto/Makefile
parentcf145119deb958836a4812385162c6eb75831ba0 (diff)
downloadopenbsd-15359e4c8d690160c87d6509ff64f4166b8d1b43.tar.gz
openbsd-15359e4c8d690160c87d6509ff64f4166b8d1b43.tar.bz2
openbsd-15359e4c8d690160c87d6509ff64f4166b8d1b43.zip
Relocate FIPS stubs to crpyto_legacy.c
discussed with jsing
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 51c31e3d9e..abfdb1b0e0 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.222 2024/11/05 11:11:29 tb Exp $ 1# $OpenBSD: Makefile,v 1.223 2024/11/05 11:14:04 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -62,7 +62,6 @@ SRCS+= crypto_init.c
62SRCS+= crypto_legacy.c 62SRCS+= crypto_legacy.c
63SRCS+= crypto_lock.c 63SRCS+= crypto_lock.c
64SRCS+= malloc-wrapper.c 64SRCS+= malloc-wrapper.c
65SRCS+= o_fips.c
66 65
67# aes/ 66# aes/
68SRCS+= aes.c 67SRCS+= aes.c