1415bb
--- Makefile.PL
1415bb
+++ Makefile.PL
1415bb
@@ -68,12 +68,6 @@ if (my $compiled = eval {
1415bb
 	die sprintf("API-different OpenSSL versions compiled in (0x%08x) vs linked (0x%08x)",
1415bb
 	    $compiled,$linked);
1415bb
     }
1415bb
-
1415bb
-    # OpenSSL 1.1.1e introduced behavior changes breaking various code
1415bb
-    # will likely be reverted  in 1.1.1f - enforce to not use this version
1415bb
-    if ($linked == 0x1010105f) {
1415bb
-	die "detected OpenSSL 1.1.1e - please use a different version\n";
1415bb
-    }
1415bb
 }
1415bb
 
1415bb
 # make sure that we have dualvar from the XS Version of Scalar::Util