summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/system.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-16Avoid pulling ssl_sigalgs.h in via ssl_locl.h.jsing3-4/+7
Forward declare struct sigalg in ssl_locl.h and avoid including ssl_sigalgs.h. Explicitly include ssl_sigalgs.h where it is needed.
2021-05-16Remove unnecessary includes from the bytestring APIs.jsing4-14/+4
The bytestring APIs are self contained, hence including openssl headers here is unnecessary.
2021-05-16Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*jsing13-16/+30
Where a file references to OPENSSL_NO_* conditions, ensure that we explicitly include <openssl/opensslconf.h> before any references, rather than relying on another header to pull this in.
2021-05-14whitespace/KNFtb1-4/+4
2021-05-14Improve libcrypto obj_xref.h generatorinoguchi1-0/+4
Modify objxref.pl to output $OpenBSD$ header and __BEGIN_HIDDEN_DECLS / __END_HIDDEN_DECLS . ok and comment from tb@
2021-05-13Add missing .Pp in HISTORY section.tb2-4/+6
2021-05-13Add missing .Pptb1-2/+3
2021-05-12Merge documentation for SSL_CIPHER_find(3) from OpenSSL 1.1.1.tb1-2/+29
2021-05-12Install SSL_SESSION_get0_cipher.3tb1-1/+2