aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-12-17 19:22:23 +0000
committerBodo Möller <bodo@openssl.org>2001-12-17 19:22:23 +0000
commit4d7072f4b5b536c080854eba4b0092d80adf4d37 (patch)
tree28f34d4325a24ce7f5bfb037ef6a745975463818 /crypto/conf/conf.h
parentb5348a095d8c68a1274751f058a2de0ad29a3c60 (diff)
downloadopenssl-4d7072f4b5b536c080854eba4b0092d80adf4d37.tar.gz
remove redundant ERR_load_... declarations
Diffstat (limited to 'crypto/conf/conf.h')
-rw-r--r--crypto/conf/conf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/conf/conf.h b/crypto/conf/conf.h
index 32246ff52c..3b767c1dcf 100644
--- a/crypto/conf/conf.h
+++ b/crypto/conf/conf.h
@@ -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 */