]> granicus.if.org Git - php/commitdiff
Fix vim marker folds.
authorAdam Harvey <aharvey@php.net>
Wed, 13 Oct 2010 09:23:39 +0000 (09:23 +0000)
committerAdam Harvey <aharvey@php.net>
Wed, 13 Oct 2010 09:23:39 +0000 (09:23 +0000)
ext/openssl/openssl.c

index c6fc05da5e4074799f0fd1d6d18b1da0c049aa61..4427c43700c40ec47ba1dadfda93f77b61a67156 100644 (file)
@@ -704,7 +704,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;