Fix BIO_* functions method linking when compiled with libressl.

ref:
672ac74ce7/media-video/ffmpeg/files/ffmpeg-3.2-libressl.patch
This commit is contained in:
Nurahmadie 2016-12-24 17:43:08 +07:00
parent 75db289a04
commit 567b83de54

View File

@ -27,7 +27,7 @@ extern int git_openssl_stream_new(git_stream **out, const char *host, const char
# if OPENSSL_VERSION_NUMBER < 0x10100000L
# if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
GIT_INLINE(BIO_METHOD*) BIO_meth_new(int type, const char *name)
{