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/hidden/openssl/x509.h | |
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/hidden/openssl/x509.h')
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/x509.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/x509.h b/src/lib/libcrypto/hidden/openssl/x509.h index e6104cd451..5e78f7af97 100644 --- a/src/lib/libcrypto/hidden/openssl/x509.h +++ b/src/lib/libcrypto/hidden/openssl/x509.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509.h,v 1.15 2025/03/09 15:17:22 tb Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.16 2025/07/16 15:59:26 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2022 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2022 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -401,8 +401,6 @@ LCRYPTO_USED(i2d_X509_CRL); | |||
401 | LCRYPTO_USED(X509_CRL_add0_revoked); | 401 | LCRYPTO_USED(X509_CRL_add0_revoked); |
402 | LCRYPTO_USED(X509_CRL_get0_by_serial); | 402 | LCRYPTO_USED(X509_CRL_get0_by_serial); |
403 | LCRYPTO_USED(X509_CRL_get0_by_cert); | 403 | LCRYPTO_USED(X509_CRL_get0_by_cert); |
404 | LCRYPTO_USED(X509_PKEY_new); | ||
405 | LCRYPTO_USED(X509_PKEY_free); | ||
406 | LCRYPTO_USED(NETSCAPE_SPKI_new); | 404 | LCRYPTO_USED(NETSCAPE_SPKI_new); |
407 | LCRYPTO_USED(NETSCAPE_SPKI_free); | 405 | LCRYPTO_USED(NETSCAPE_SPKI_free); |
408 | LCRYPTO_USED(d2i_NETSCAPE_SPKI); | 406 | LCRYPTO_USED(d2i_NETSCAPE_SPKI); |