fix coding style nits w.r.t. 'defined' in http_local.h, http.h, and ocsp.h
[openssl.git] / crypto / alphacpuid.pl
index 5abb82d133f0c4b1d11b30e828188df9609d8392..681b11877cbf2a04b610bac07f50bea45692112a 100644 (file)
@@ -7,8 +7,7 @@
 # https://www.openssl.org/source/license.html
 
 
-$output = pop;
-open STDOUT,">$output";
+$output = pop and open STDOUT,">$output";
 
 print <<'___';
 .text
@@ -254,4 +253,4 @@ OPENSSL_instrument_bus2:
 ___
 }
 
-close STDOUT;
+close STDOUT or die "error closing STDOUT: $!";