mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-06 04:29:36 +00:00
commit
40139fe6e6
@ -103,7 +103,7 @@ int git_openssl_stream_global_init(void)
|
||||
ssl_opts |= SSL_OP_NO_COMPRESSION;
|
||||
#endif
|
||||
|
||||
#if OPENSSL_VERSION_NUMBER < 0x10100000L
|
||||
#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
|
||||
SSL_load_error_strings();
|
||||
OpenSSL_add_ssl_algorithms();
|
||||
#else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user