From 91fbcf54e7fba2bb7572c0f2a0eb2c11fc333f18 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 5 Nov 2024 11:11:29 +0000 Subject: CRYPTO_mem_ctrl() is also relocated to crypto_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 a8de346633..51c31e3d9e 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.221 2024/11/05 11:05:01 tb Exp $ +# $OpenBSD: Makefile,v 1.222 2024/11/05 11:11:29 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+= mem_dbg.c SRCS+= o_fips.c # aes/ -- cgit v1.2.3-55-g6feb