CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/07/16 09:59:26
Modified files:
lib/libcrypto : Makefile Symbols.list
lib/libcrypto/hidden/openssl: bio.h pem.h x509.h
lib/libcrypto/pem: pem.h pem_info.c
lib/libcrypto/x509: x509.h
Log message:
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.