This declaration seems to have been added into the header file accidently.
authorGeoff Thorpe <geoff@openssl.org>
Mon, 29 May 2000 03:17:45 +0000 (03:17 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Mon, 29 May 2000 03:17:45 +0000 (03:17 +0000)
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.

crypto/conf/conf.h
util/libeay.num

index 56b5f5c216f8081e445ea0f49e8c129fa25d9831..2f70634455b95f1b6bf1bcadf83dc800e6860f16 100644 (file)
@@ -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 );
index 03c8ee21e19e84638b10d1299dec033c89e9ab2c..0945f92c1af85987cf79cbe1cef14ae9d7a79a76 100755 (executable)
@@ -2248,7 +2248,6 @@ DSO_METHOD_win32                        2273
 ERR_load_DSO_strings                    2274
 DSO_METHOD_dl                           2275
 NCONF_load                              2276
-CONF_dump                               2277
 NCONF_load_fp                           2278
 NCONF_new                               2279
 NCONF_get_string                        2280