Import of old SSLeay release: SSLeay 0.9.1b (unreleased)
[openssl.git] / crypto / err / err_genc.pl
index d3251da8428939836623a6318b49ce51f6e04cdb..87c6da9a6d58646918c42e638e8cae00582c6024 100644 (file)
@@ -86,8 +86,8 @@ void ERR_load_${type}_strings()
        if (${type}_lib_error_code == 0)
                ${type}_lib_error_code=ERR_get_next_error_library();
 
-       if (init);
-               {;
+       if (init)
+               {
                init=0;
 $str
                }
@@ -113,8 +113,8 @@ void ERR_load_${type}_strings()
        {
        static int init=1;
 
-       if (init);
-               {;
+       if (init)
+               {
                init=0;
 $str
                }