Skip to content

Commit 0731194

Browse files
committed
Revert "Fix [-Wstrict-prototypes] warning in OpenSSL extension"
Check if this is still needed This reverts commit 211f101.
1 parent 1608953 commit 0731194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/php_openssl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ ZEND_TSRMLS_CACHE_EXTERN();
9090

9191
php_stream_transport_factory_func php_openssl_ssl_socket_factory;
9292

93-
void php_openssl_store_errors(void);
93+
void php_openssl_store_errors();
9494

9595
PHP_OPENSSL_API zend_long php_openssl_cipher_iv_length(const char *method);
9696
PHP_OPENSSL_API zend_string* php_openssl_random_pseudo_bytes(zend_long length);

0 commit comments

Comments
 (0)