diff options
Diffstat (limited to 'lib/libcrypto/Makefile')
-rw-r--r-- | lib/libcrypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile index ce5adf0f5a2..9158a2e5948 100644 --- a/lib/libcrypto/Makefile +++ b/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.224 2024/11/05 11:21:15 tb Exp $ +# $OpenBSD: Makefile,v 1.225 2024/11/06 04:08:26 tb Exp $ LIB= crypto LIBREBUILD=y @@ -61,7 +61,7 @@ SRCS+= crypto_ex_data.c SRCS+= crypto_init.c SRCS+= crypto_legacy.c SRCS+= crypto_lock.c -SRCS+= malloc-wrapper.c +SRCS+= crypto_memory.c # aes/ SRCS+= aes.c |