3b2606f1a2
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/perl-IO-Socket-SSL#3462c11273cdd92cc42a06e6e31f58b433e484d4
16 lines
532 B
Diff
16 lines
532 B
Diff
--- Makefile.PL
|
|
+++ Makefile.PL
|
|
@@ -68,12 +68,6 @@ if (my $compiled = eval {
|
|
die sprintf("API-different OpenSSL versions compiled in (0x%08x) vs linked (0x%08x)",
|
|
$compiled,$linked);
|
|
}
|
|
-
|
|
- # OpenSSL 1.1.1e introduced behavior changes breaking various code
|
|
- # will likely be reverted in 1.1.1f - enforce to not use this version
|
|
- if ($linked == 0x1010105f) {
|
|
- die "detected OpenSSL 1.1.1e - please use a different version\n";
|
|
- }
|
|
}
|
|
|
|
# make sure that we have dualvar from the XS Version of Scalar::Util
|