TLSProxy/Proxy.pm: handle -1 as return value from waitpid.
[openssl.git] / util / mkerr.pl
index 1740e40427d4ddc7de0642a8df297907c1cd6cdb..0ea02961a5fdea9bb0427eacd97a4035e97f623a 100755 (executable)
@@ -471,12 +471,9 @@ EOF
         }
         print OUT <<"EOF";
 #${indent}ifdef  __cplusplus
-extern \"C\" {
+extern \"C\"
 #${indent}endif
 int ERR_load_${lib}_strings(void);
-#${indent}ifdef  __cplusplus
-}
-#${indent}endif
 EOF
     } else {
         print OUT <<"EOF";