libtorrent: Update to 0.13.7
[feed/packages.git] / libs / libtorrent / patches / 110-openssl-1.1.patch
index 55d0cb901b71d1244dfe8df3c7e5b0a85fe775f9..277cd94c7242b0c8b552344eea0f080c52708649 100644 (file)
@@ -12,7 +12,7 @@ diff --git a/configure.ac b/configure.ac
 index 65e34872..27e33570 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -69,12 +69,15 @@ AC_ARG_ENABLE(openssl,
+@@ -71,12 +71,15 @@ AC_ARG_ENABLE(openssl,
    [  --disable-openssl       Don't use OpenSSL's SHA1 implementation.],
    [
      if test "$enableval" = "yes"; then
@@ -28,7 +28,7 @@ index 65e34872..27e33570 100644
      else
        AC_DEFINE(USE_NSS_SHA, 1, Using Mozilla's SHA1 implementation.)
      fi
-@@ -85,6 +88,7 @@ AC_ARG_ENABLE(openssl,
+@@ -87,6 +90,7 @@ AC_ARG_ENABLE(openssl,
  
      AC_DEFINE(USE_OPENSSL, 1, Using OpenSSL.)
      AC_DEFINE(USE_OPENSSL_SHA, 1, Using OpenSSL's SHA1 implementation.)