From db633fb71d9e48e3cbb955db682e1b79bd3aa8fc Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Wed, 13 Oct 2010 09:23:39 +0000 Subject: [PATCH] Fix vim marker folds. --- ext/openssl/openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index 90f92b8f8d..a9806ceae2 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -702,7 +702,7 @@ static time_t asn1_time_to_time_t(ASN1_UTCTIME * timestr TSRMLS_DC) /* {{{ */ #if OPENSSL_VERSION_NUMBER >= 0x10000002L static inline int php_openssl_config_check_syntax(const char * section_label, const char * config_filename, const char * section, LHASH_OF(CONF_VALUE) * config TSRMLS_DC) /* {{{ */ #else -static inline int php_openssl_config_check_syntax(const char * section_label, const char * config_filename, const char * section, LHASH * config TSRMLS_DC) /* {{{ */ +static inline int php_openssl_config_check_syntax(const char * section_label, const char * config_filename, const char * section, LHASH * config TSRMLS_DC) #endif { X509V3_CTX ctx; -- 2.40.0