From eb765cd4a2b07da3fc92af29a4762d2c91e71441 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 5 Nov 2024 11:05:01 +0000 Subject: Move OPENSSL_cleanse() to crypto_legacy() The correct spelling is explicit_bzero() and it doesn't need its own file. 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 ccc5e0b5c6..a8de346633 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.220 2024/11/05 11:02:58 tb Exp $ +# $OpenBSD: Makefile,v 1.221 2024/11/05 11:05:01 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_clr.c SRCS+= mem_dbg.c SRCS+= o_fips.c -- cgit v1.2.3-55-g6feb