From 15359e4c8d690160c87d6509ff64f4166b8d1b43 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 5 Nov 2024 11:14:04 +0000 Subject: Relocate FIPS stubs to crpyto_legacy.c discussed with jsing --- src/lib/libcrypto/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.222 2024/11/05 11:11:29 tb Exp $ +# $OpenBSD: Makefile,v 1.223 2024/11/05 11:14:04 tb Exp $ LIB= crypto LIBREBUILD=y @@ -62,7 +62,6 @@ SRCS+= crypto_init.c SRCS+= crypto_legacy.c SRCS+= crypto_lock.c SRCS+= malloc-wrapper.c -SRCS+= o_fips.c # aes/ SRCS+= aes.c -- cgit v1.2.3-55-g6feb