Fix reference counting.
[oweals/openssl.git] / crypto / pem / pem_err.c
index e17fcdb540d11bebb91bd6e37342a27f45d647ae..1bd5c16c843067b31607b7484ba585d981042505 100644 (file)
@@ -110,8 +110,8 @@ void ERR_load_PEM_strings()
        {
        static int init=1;
 
-       if (init);
-               {;
+       if (init)
+               {
                init=0;
 #ifndef NO_ERR
                ERR_load_strings(ERR_LIB_PEM,PEM_str_functs);