Skip to content

Commit df0a6df

Browse files
committed
Fix function declaration
1 parent 4fc3727 commit df0a6df

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
@@ -448,7 +448,7 @@ static int X509_get_signature_nid(const X509 *x)
448448
PHP_OPENSSL_CHECK_NUMBER_CONVERSION_NULL_RETURN(ZEND_LONG_EXCEEDS_INT(_var), _name)
449449

450450
/* {{{ php_openssl_store_errors */
451-
void php_openssl_store_errors()
451+
void php_openssl_store_errors(void)
452452
{
453453
struct php_openssl_errors *errors;
454454
int error_code = ERR_get_error();

0 commit comments

Comments
 (0)