]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/pariscid.pl
Params: add argument to the _from_text calls to indicate if the param exists.
[thirdparty/openssl.git] / crypto / pariscid.pl
index aafcb2a9bc3b06f35c79832eedbce025345936e2..c8ee8bdb0a4cdd739eddb950404dec8e0a21ff76 100644 (file)
@@ -275,5 +275,5 @@ foreach(split("\n",$code)) {
 
        print $_,"\n";
 }
-close STDOUT;
+close STDOUT or die "error closing STDOUT: $!";