New err_code.pl script to retain old error codes. This should allow the use
[openssl.git] / crypto / x509 / x509_err.c
index 9304721612f960f85c2119e562dc19f419a8d3c2..0c7e30b2c9757f48631f248668eab2fada4a89c5 100644 (file)
@@ -118,8 +118,8 @@ void ERR_load_X509_strings()
        {
        static int init=1;
 
-       if (init);
-               {;
+       if (init)
+               {
                init=0;
 #ifndef NO_ERR
                ERR_load_strings(ERR_LIB_X509,X509_str_functs);