remove redundant ERR_load_... declarations
[openssl.git] / crypto / conf / conf.h
index 32246ff52c27cd61b6344f3546cf63a13a0b82de..3b767c1dcfe9db962916a9f597f843918fac1198 100644 (file)
@@ -110,7 +110,6 @@ long CONF_get_number(LHASH *conf,char *group,char *name);
 void CONF_free(LHASH *conf);
 int CONF_dump_fp(LHASH *conf, FILE *out);
 int CONF_dump_bio(LHASH *conf, BIO *out);
-void ERR_load_CONF_strings(void );
 
 /* New conf code.  The semantics are different from the functions above.
    If that wasn't the case, the above functions would have been replaced */