Skip to content

Commit 72f5008

Browse files
committed
see if this is the only change required
1 parent 33d65a6 commit 72f5008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/openssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ static int X509_get_signature_nid(const X509 *x)
453453
PHP_OPENSSL_CHECK_NUMBER_CONVERSION_NULL_RETURN(ZEND_LONG_EXCEEDS_INT(_var), _name)
454454

455455
/* {{{ php_openssl_store_errors */
456-
void php_openssl_store_errors()
456+
void php_openssl_store_errors(void)
457457
{
458458
struct php_openssl_errors *errors;
459459
int error_code = ERR_get_error();

0 commit comments

Comments
 (0)