-
Notifications
You must be signed in to change notification settings - Fork 169
Expand file tree
/
Copy pathssl_3.patch
More file actions
29 lines (29 loc) · 996 Bytes
/
ssl_3.patch
File metadata and controls
29 lines (29 loc) · 996 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- Configurations/15-android.conf
+++ Configurations/15-android.conf
@@ -192,6 +192,7 @@
bin_lflags => "-pie",
enable => [ ],
shared_extension => ".so",
+ shlib_variant => "_3",
},
"android-arm" => {
################################################################
--- util/mkdef.pl
+++ util/mkdef.pl
@@ -258,14 +258,14 @@
print <<"_____";
}${prevversion_s};
_____
- $prevversion_s = " OPENSSL${SO_VARIANT}_$thisversion";
+ $prevversion_s = " OPENSSL_$thisversion";
$thisversion = ''; # Trigger start of next section
}
unless ($thisversion) {
$indent = 0;
$thisversion = $_->version();
$currversion_s = '';
- $currversion_s = "OPENSSL${SO_VARIANT}_$thisversion "
+ $currversion_s = "OPENSSL_$thisversion "
if $thisversion ne '*';
print <<"_____";
${currversion_s}{