From c49e39f41c7ce0ba4c49648ff129c8aef2650e00 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 13 Jan 2024 11:18:52 +0000 Subject: Stub out {OpenSSL,OPENSSL}_add* These serve no purpose anymore (and really haven't for many years) but will have to be kept since there's a number of software that still uses them because many years ago they had to. Relocate the stubs to crypto_init.c since library initialization's what they were there for. ok 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 c308a47c62..75ab43c132 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.163 2024/01/13 10:57:08 tb Exp $ +# $OpenBSD: Makefile,v 1.164 2024/01/13 11:18:52 tb Exp $ LIB= crypto LIBREBUILD=y @@ -348,7 +348,6 @@ SRCS+= err_prn.c SRCS+= bio_b64.c SRCS+= bio_enc.c SRCS+= bio_md.c -SRCS+= c_all.c SRCS+= e_aes.c SRCS+= e_aes_cbc_hmac_sha1.c SRCS+= e_bf.c -- cgit v1.2.3-55-g6feb