summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2024-01-13 11:18:52 +0000
committertb <>2024-01-13 11:18:52 +0000
commitc49e39f41c7ce0ba4c49648ff129c8aef2650e00 (patch)
treee36e535ecc4e90ca6a4fea1e4b5388db32372c98 /src/lib/libcrypto/Makefile
parent0a0c4510c63b3ed05c4a35d0175ce78900516389 (diff)
downloadopenbsd-c49e39f41c7ce0ba4c49648ff129c8aef2650e00.tar.gz
openbsd-c49e39f41c7ce0ba4c49648ff129c8aef2650e00.tar.bz2
openbsd-c49e39f41c7ce0ba4c49648ff129c8aef2650e00.zip
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
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 1 insertions, 2 deletions
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 @@
1# $OpenBSD: Makefile,v 1.163 2024/01/13 10:57:08 tb Exp $ 1# $OpenBSD: Makefile,v 1.164 2024/01/13 11:18:52 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -348,7 +348,6 @@ SRCS+= err_prn.c
348SRCS+= bio_b64.c 348SRCS+= bio_b64.c
349SRCS+= bio_enc.c 349SRCS+= bio_enc.c
350SRCS+= bio_md.c 350SRCS+= bio_md.c
351SRCS+= c_all.c
352SRCS+= e_aes.c 351SRCS+= e_aes.c
353SRCS+= e_aes_cbc_hmac_sha1.c 352SRCS+= e_aes_cbc_hmac_sha1.c
354SRCS+= e_bf.c 353SRCS+= e_bf.c