From bf5599144609e046ba98f40a58158132af34faeb Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 19 Mar 2024 19:27:33 +0000 Subject: Move the OPENSSL_init() stub from o_init.c to crypto_init.c --- 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 06bb1ec6bd..8c3d05bd48 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.174 2024/03/02 13:39:28 tb Exp $ +# $OpenBSD: Makefile,v 1.175 2024/03/19 19:27:33 tb Exp $ LIB= crypto LIBREBUILD=y @@ -69,7 +69,6 @@ SRCS+= malloc-wrapper.c SRCS+= mem_clr.c SRCS+= mem_dbg.c SRCS+= o_fips.c -SRCS+= o_init.c SRCS+= o_str.c # aes/ -- cgit v1.2.3-55-g6feb