gnutls/gnutls-3.4.2-internals.patch
Nikos Mavrogiannopoulos 82221f2ab4 rename the symbol version for internal symbols to avoid clashes with 3.3.x
Resolves: rhbz#1232447, rhbz#1230889, rhbz#1233191
2015-06-18 15:54:58 +02:00

14 lines
328 B
Diff

diff --git a/lib/libgnutls.map b/lib/libgnutls.map
index 3dc7ea1..787b16a 100644
--- a/lib/libgnutls.map
+++ b/lib/libgnutls.map
@@ -1076,7 +1076,7 @@ GNUTLS_FIPS140_3_4 {
_gnutls_ecdh_compute_key;
};
-GNUTLS_PRIVATE {
+GNUTLS_PRIVATE_3_4 {
global:
# Internal symbols needed by libgnutls-openssl:
_gnutls_pkix1_asn;