File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -585,7 +585,7 @@ inline static int php_openssl_open_base_dir_chk(char *filename TSRMLS_DC)
585585}
586586/* }}} */
587587
588- inline php_stream * php_openssl_get_stream_from_ssl_handle (const SSL * ssl )
588+ php_stream * php_openssl_get_stream_from_ssl_handle (const SSL * ssl )
589589{
590590return (php_stream * )SSL_get_ex_data (ssl , ssl_stream_data_index );
591591}
Original file line number Diff line number Diff line change 5151
5252int php_openssl_apply_verification_policy (SSL * ssl , X509 * peer , php_stream * stream TSRMLS_DC );
5353SSL * php_SSL_new_from_context (SSL_CTX * ctx , php_stream * stream TSRMLS_DC );
54- php_stream * php_openssl_get_stream_from_ssl_handle (const SSL * ssl );
54+ extern php_stream * php_openssl_get_stream_from_ssl_handle (const SSL * ssl );
5555int php_openssl_get_x509_list_id (void );
5656
5757php_stream_ops php_openssl_socket_ops ;
You can’t perform that action at this time.
0 commit comments