summaryrefslogtreecommitdiff
path: root/src/libgit2/streams/openssl_dynamic.c
Commit message (Collapse)AuthorAgeFilesLines
* openssl: support OpenSSL 3 in dynamic modeEdward Thomson2023-02-101-3/+7
| | | | | | | | | Try to load OpenSSL 3 libraries when compiled with OpenSSL-Dynamic support. Handle the deprecated symbol renaming of SSL_get_peer_certificate to SSL_get1_peer_certificate -- try to load the old name and if it fails, use the new one.
* refactor: `src` is now `src/libgit2`Edward Thomson2022-02-221-0/+309