aboutsummaryrefslogtreecommitdiff
path: root/crypto/conf
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2000-05-29 03:17:45 +0000
committerGeoff Thorpe <geoff@openssl.org>2000-05-29 03:17:45 +0000
commite2122268286a1bc17dc7c84e21a2d2748f93ddf7 (patch)
treec2a80d5bb4ae861aeee5e4e6bc399a8780e1aee8 /crypto/conf
parente9e6b88b3595bda645d7942102111403805ce4a4 (diff)
downloadopenssl-e2122268286a1bc17dc7c84e21a2d2748f93ddf7.zip
openssl-e2122268286a1bc17dc7c84e21a2d2748f93ddf7.tar.gz
openssl-e2122268286a1bc17dc7c84e21a2d2748f93ddf7.tar.bz2
This declaration seems to have been added into the header file accidently.
There's no trace of it being implemented and it doesn't seem to have been intended given that it is prototyped with a BIO yet there was a BIO- specific version added in at the same time.
Diffstat (limited to 'crypto/conf')
-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 56b5f5c..2f70634 100644
--- a/crypto/conf/conf.h
+++ b/crypto/conf/conf.h
@@ -106,7 +106,6 @@ STACK_OF(CONF_VALUE) *CONF_get_section(LHASH *conf,char *section);
char *CONF_get_string(LHASH *conf,char *group,char *name);
long CONF_get_number(LHASH *conf,char *group,char *name);
void CONF_free(LHASH *conf);
-void CONF_dump(LHASH *conf, BIO *out);
int CONF_dump_fp(LHASH *conf, FILE *out);
int CONF_dump_bio(LHASH *conf, BIO *out);
void ERR_load_CONF_strings(void );