[Pkg-openssl-changes] r701 - openssl/trunk/debian/patches

Kurt Roeckx kroeckx at moszumanska.debian.org
Thu Nov 6 23:38:23 UTC 2014


Author: kroeckx
Date: 2014-11-06 23:38:23 +0000 (Thu, 06 Nov 2014)
New Revision: 701

Modified:
   openssl/trunk/debian/patches/version-script.patch
Log:
Also add SSL_test_functions to the exported symbols

Needed to run part of test suite again the shared library, but it's still
unused and linked staticly.


Modified: openssl/trunk/debian/patches/version-script.patch
===================================================================
--- openssl/trunk/debian/patches/version-script.patch	2014-11-06 21:23:12 UTC (rev 700)
+++ openssl/trunk/debian/patches/version-script.patch	2014-11-06 23:38:23 UTC (rev 701)
@@ -15,7 +15,7 @@
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
 +++ openssl-1.0.2~beta1.obsolete.0.0498436515490575/openssl.ld	2014-02-24 22:19:08.601827266 +0100
-@@ -0,0 +1,4614 @@
+@@ -0,0 +1,4615 @@
 +OPENSSL_1.0.0 {
 +	global:
 +		BIO_f_ssl;
@@ -4628,6 +4628,7 @@
 +		SSL_extension_supported;
 +		BUF_strnlen;
 +		sk_deep_copy;
++		SSL_test_functions;
 +} OPENSSL_1.0.1d;
 +
 Index: openssl-1.0.2~beta1.obsolete.0.0498436515490575/engines/openssl.ld




More information about the Pkg-openssl-changes mailing list