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