summaryrefslogtreecommitdiffstats
path: root/thirdparties/common/include/openssl/conf_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/common/include/openssl/conf_api.h')
-rwxr-xr-xthirdparties/common/include/openssl/conf_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparties/common/include/openssl/conf_api.h b/thirdparties/common/include/openssl/conf_api.h
index e478f7d..719ff92 100755
--- a/thirdparties/common/include/openssl/conf_api.h
+++ b/thirdparties/common/include/openssl/conf_api.h
@@ -72,7 +72,7 @@ CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
/* Up until OpenSSL 0.9.5a, this was CONF_get_section */
STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
- const char *section);
+ const char *section);
int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
char *_CONF_get_string(const CONF *conf, const char *section,
OpenPOWER on IntegriCloud