Skip to content

Commit 5e76593

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
2 parents e96473b + e0e9469 commit 5e76593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ext/openssl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ set_package_properties(
168168
)
169169

170170
# Link publicly for internal_functions files.
171-
target_link_libraries(php_ext_openssl PRIVATE OpenSSL::SSL)
171+
target_link_libraries(php_ext_openssl PUBLIC OpenSSL::SSL)
172172

173173
if(TARGET OpenSSL::SSL)
174174
cmake_push_check_state(RESET)

0 commit comments

Comments
 (0)