remove needless and misleading malloc failure error messages of PKCS12_SAFEBAG_create...
[openssl.git] / Configure
index 62c354abf0d8d5503e83561df4f8237db9acf202..bcf2c041097383eabea31231847061911ba78147 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -2777,7 +2777,10 @@ sub threads {
     return sub { add($disabled{threads} ? () : @flags)->(); }
 }
 
-
+sub shared {
+    my @flags = @_;
+    return sub { add($disabled{shared} ? () : @flags)->(); }
+}
 
 our $add_called = 0;
 # Helper function to implement adding values to already existing configuration