Clarifications and removal of double declaration...

This commit is contained in:
Richard Levitte
2000-04-26 12:13:19 +00:00
parent ebbaebf784
commit 21346b7a04
2 changed files with 6 additions and 7 deletions

View File

@@ -66,14 +66,13 @@ extern "C" {
#include <openssl/lhash.h>
#include <openssl/conf.h>
/* This was new_section */
/* Up until OpenSSL 0.9.5a, this was new_section */
CONF_VALUE *_CONF_new_section(CONF *conf, char *section);
/* This was get_section */
/* Up until OpenSSL 0.9.5a, this was get_section */
CONF_VALUE *_CONF_get_section(CONF *conf, char *section);
/* This was CONF_get_section */
/* Up until OpenSSL 0.9.5a, this was CONF_get_section */
STACK_OF(CONF_VALUE) *_CONF_get_section_values(CONF *conf, char *section);
STACK_OF(CONF_VALUE) *_CONF_get_section_values(CONF *conf, char *section);
int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
char *_CONF_get_string(CONF *conf, char *section, char *name);
long _CONF_get_number(CONF *conf, char *section, char *name);