[Patch] Fix typo in input plugin

Xavier Bachelot <[email protected]> Thu, 11 Oct 2018 19:30:42 +0200
Newsgroups gmane.comp.video.xine.devel
Message-ID <[email protected]>
Hi,

Yet another typo fix, spotted at build time now.

Regards,
Xavier

_______________________________________________
xine-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-devel
xine-lib-1.2.9-fix_typo_openssl.patch (text/x-patch, 651 B)
# HG changeset patch
# User Xavier Bachelot <[email protected]>
# Date 1539278775 -7200
#      Thu Oct 11 19:26:15 2018 +0200
# Node ID fd191a8e4e0a0ed22078841a9de26f92286f2733
# Parent  bb1265823a8331cd822a1c6c0395e1bc26bd0613
Fix typo

diff -r bb1265823a83 -r fd191a8e4e0a src/input/tls/tls_openssl.c
--- a/src/input/tls/tls_openssl.c	Thu Oct 11 17:05:02 2018 +0200
+++ b/src/input/tls/tls_openssl.c	Thu Oct 11 19:26:15 2018 +0200
@@ -217,7 +217,7 @@
   }
 #if OPENSSL_VERSION_NUMBER >= 0x1010000fL
   if (this->bio_method) {
-    BIO_method_free(this->bio_method);
+    BIO_meth_free(this->bio_method);
     this->bio_method = NULL;
   }
 #endif