summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/pkcs7.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Guard variable declarations to unbreak non-namespaced builds.beck2024-07-081-2/+3
| | | | ok tb@
* Hide global _it symbols in pkcs7.hbeck2024-07-081-1/+14
| | | | ok tb@
* upstream hidden file #include_next workaround for MS C compilersbcook2023-07-051-1/+5
| | | | ok beck@, tb@
* Remove i2d_PKCS7_NDEF from the hidden version as welltb2023-04-251-2/+1
|
* Hide symbols in libcrypto/pkcs7beck2022-11-121-0/+126
This applies the guentherizer 9000(tm) to pkcs7, after moving several pkcs7 funcitions back to pkcs7 that were in x509/x_all.c for reasons known only to the miasma. ok jsing@