diff options
Diffstat (limited to 'ext/openssl/openssl.c')
-rw-r--r-- | ext/openssl/openssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index 3721a870c5..a9915aebee 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -457,7 +457,7 @@ ZEND_END_ARG_INFO() /* {{{ openssl_functions[] */ -const zend_function_entry openssl_functions[] = { +static const zend_function_entry openssl_functions[] = { PHP_FE(openssl_get_cert_locations, arginfo_openssl_get_cert_locations) /* spki functions */ |