Remove references to .org header file names.
[openssl.git] / crypto / dh / dh_err.c
index 9d5c06ac248c9a1cdd9157ba7ae02d9da5374f0b..5c1a12941463964dc89ba3e73241b8f459361824 100644 (file)
@@ -80,12 +80,12 @@ static ERR_STRING_DATA DH_str_reasons[]=
 
 #endif
 
-void ERR_load_DH_strings()
+void ERR_load_DH_strings(void)
        {
        static int init=1;
 
-       if (init);
-               {;
+       if (init)
+               {
                init=0;
 #ifndef NO_ERR
                ERR_load_strings(ERR_LIB_DH,DH_str_functs);