diff options
author | tb <> | 2024-01-13 11:18:52 +0000 |
---|---|---|
committer | tb <> | 2024-01-13 11:18:52 +0000 |
commit | c49e39f41c7ce0ba4c49648ff129c8aef2650e00 (patch) | |
tree | e36e535ecc4e90ca6a4fea1e4b5388db32372c98 /src/lib/libcrypto/Makefile | |
parent | 0a0c4510c63b3ed05c4a35d0175ce78900516389 (diff) | |
download | openbsd-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/Makefile | 3 |
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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -348,7 +348,6 @@ SRCS+= err_prn.c | |||
348 | SRCS+= bio_b64.c | 348 | SRCS+= bio_b64.c |
349 | SRCS+= bio_enc.c | 349 | SRCS+= bio_enc.c |
350 | SRCS+= bio_md.c | 350 | SRCS+= bio_md.c |
351 | SRCS+= c_all.c | ||
352 | SRCS+= e_aes.c | 351 | SRCS+= e_aes.c |
353 | SRCS+= e_aes_cbc_hmac_sha1.c | 352 | SRCS+= e_aes_cbc_hmac_sha1.c |
354 | SRCS+= e_bf.c | 353 | SRCS+= e_bf.c |