diff options
| author | tb <> | 2025-07-16 15:59:26 +0000 |
|---|---|---|
| committer | tb <> | 2025-07-16 15:59:26 +0000 |
| commit | c82a6c2e80c4901e67b15003b73d79f25ed56a6c (patch) | |
| tree | 0eb2a39fc8b1c560d0fcc740d4f413d877302972 /src/lib/libcrypto/Makefile | |
| parent | 455017d42351f36f1a52da34c413f4540d34de26 (diff) | |
| download | openbsd-c82a6c2e80c4901e67b15003b73d79f25ed56a6c.tar.gz openbsd-c82a6c2e80c4901e67b15003b73d79f25ed56a6c.tar.bz2 openbsd-c82a6c2e80c4901e67b15003b73d79f25ed56a6c.zip | |
Ride the libcrypto bump with some simple cleanup:
Remove BIO_s_log(): already unhooked in portable, completely unused.
Remove X509_PKEY_new/free from public API. Remove PEM_X509_INFO_read()
PEM_X509_INFO_write_bio(): all unused garbage.
The simplify X509_PKEY_new/free was ok kenjiro.
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 b51103712c..b0ab507983 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.240 2025/07/12 20:22:40 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.241 2025/07/16 15:59:26 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -150,7 +150,6 @@ SRCS+= bss_conn.c | |||
| 150 | SRCS+= bss_dgram.c | 150 | SRCS+= bss_dgram.c |
| 151 | SRCS+= bss_fd.c | 151 | SRCS+= bss_fd.c |
| 152 | SRCS+= bss_file.c | 152 | SRCS+= bss_file.c |
| 153 | SRCS+= bss_log.c | ||
| 154 | SRCS+= bss_mem.c | 153 | SRCS+= bss_mem.c |
| 155 | SRCS+= bss_null.c | 154 | SRCS+= bss_null.c |
| 156 | SRCS+= bss_sock.c | 155 | SRCS+= bss_sock.c |
