summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/pem.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ride the libcrypto bump with some simple cleanup:tb2025-07-161-3/+1
| | | | | | | | 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.
* Unbreak the namespace build after a broken mk.conf and tool misfire hadbeck2023-07-071-1/+1
| | | | | | | | me aliasing symbols not in the headers I was procesing. This unbreaks the namespace build so it will pass again ok tb@
* Hide symbols in lhash, pem, and rc2beck2023-07-071-0/+149
ok jsing@