summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/openssl/openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c
index 463719e3e5..a8ecbb2327 100644
--- a/ext/openssl/openssl.c
+++ b/ext/openssl/openssl.c
@@ -2387,7 +2387,7 @@ static STACK_OF(X509) * php_array_to_X509_sk(zval * zcerts) /* {{{ */
sk_X509_push(sk, cert);
}
- clean_exit:
+clean_exit:
return sk;
}
/* }}} */