summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/openssl/files/openssl-1.0.2d-version-script.patch18
1 files changed, 11 insertions, 7 deletions
diff --git a/dev-libs/openssl/files/openssl-1.0.2d-version-script.patch b/dev-libs/openssl/files/openssl-1.0.2d-version-script.patch
index 5150954..faa8fd9 100644
--- a/dev-libs/openssl/files/openssl-1.0.2d-version-script.patch
+++ b/dev-libs/openssl/files/openssl-1.0.2d-version-script.patch
@@ -54,7 +54,10 @@ index 000000000000..42d02953a097
+ v_check;
+ OPENSSL_init;
+ OPENSSL_finish;
-+ local:
++};
++
++OPENSSL {
++ global:
+ *;
+};
+
@@ -4661,14 +4664,15 @@ index 000000000000..ff2f3c9e44c8
+ BUF_strnlen;
+ sk_deep_copy;
+ SSL_test_functions;
-+
-+ local:
-+ *;
+};
+
+OPENSSL_1.0.2g {
-+ global:
-+ SRP_VBASE_get1_by_user;
-+ SRP_user_pwd_free;
++ global:
++ SRP_VBASE_get1_by_user;
++ SRP_user_pwd_free;
+} OPENSSL_1.0.2d;
+
++OPENSSL {
++ global:
++ *;
++}