diff options
Diffstat (limited to 'src/lib/libcrypto/conf/conf_lib.c')
-rw-r--r-- | src/lib/libcrypto/conf/conf_lib.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/conf/conf_lib.c b/src/lib/libcrypto/conf/conf_lib.c index 7998f34c7b..6a3cf109dd 100644 --- a/src/lib/libcrypto/conf/conf_lib.c +++ b/src/lib/libcrypto/conf/conf_lib.c | |||
@@ -382,8 +382,9 @@ int NCONF_dump_bio(const CONF *conf, BIO *out) | |||
382 | return conf->meth->dump(conf, out); | 382 | return conf->meth->dump(conf, out); |
383 | } | 383 | } |
384 | 384 | ||
385 | |||
385 | /* This function should be avoided */ | 386 | /* This function should be avoided */ |
386 | #undef NCONF_get_number | 387 | #if 0 |
387 | long NCONF_get_number(CONF *conf,char *group,char *name) | 388 | long NCONF_get_number(CONF *conf,char *group,char *name) |
388 | { | 389 | { |
389 | int status; | 390 | int status; |
@@ -397,4 +398,4 @@ long NCONF_get_number(CONF *conf,char *group,char *name) | |||
397 | } | 398 | } |
398 | return ret; | 399 | return ret; |
399 | } | 400 | } |
400 | 401 | #endif | |