From d34a80f41a4bdae108d5f77e3397bc893fbacf6e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 10 Nov 2017 18:36:08 +0300 Subject: update to openssl headers from version 1.0.2m --- include/openssl/conf_api.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'include/openssl/conf_api.h') diff --git a/include/openssl/conf_api.h b/include/openssl/conf_api.h index fd6e4a2f78..637c1d86cc 100644 --- a/include/openssl/conf_api.h +++ b/include/openssl/conf_api.h @@ -57,10 +57,10 @@ */ #ifndef HEADER_CONF_API_H -#define HEADER_CONF_API_H +# define HEADER_CONF_API_H -#include -#include +# include +# include #ifdef __cplusplus extern "C" { @@ -72,12 +72,13 @@ 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, - const char *name); -long _CONF_get_number(const CONF *conf, const char *section, const char *name); + const char *name); +long _CONF_get_number(const CONF *conf, const char *section, + const char *name); int _CONF_new_data(CONF *conf); void _CONF_free_data(CONF *conf); @@ -86,4 +87,3 @@ void _CONF_free_data(CONF *conf); } #endif #endif - -- cgit v1.2.3