summaryrefslogtreecommitdiffstats
path: root/thirdparties/common/include/openssl/conf_api.h
diff options
context:
space:
mode:
authorDoubango Telecom <github@doubango.org>2016-08-02 21:31:33 +0200
committerDoubango Telecom <github@doubango.org>2016-08-02 21:31:33 +0200
commita6e8cd78927b8a2115c051c9ce574241474a6ea4 (patch)
treec90b4c85a1f9c3d2f9b5a3b9e7d25c1a2b0d1f72 /thirdparties/common/include/openssl/conf_api.h
parent6f5bd675fd67732ce19912a1c78b617c3a224a47 (diff)
downloaddoubango-a6e8cd78927b8a2115c051c9ce574241474a6ea4.zip
doubango-a6e8cd78927b8a2115c051c9ce574241474a6ea4.tar.gz
Update OpenSSL for Android and Windows to version 1.0.2h
Diffstat (limited to 'thirdparties/common/include/openssl/conf_api.h')
-rw-r--r--[-rwxr-xr-x]thirdparties/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 719ff92..e478f7d 100755..100644
--- 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