This is an automated email from the ASF dual-hosted git repository.

cmcfarlen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 8cb10912ff sslhdr library needs public ssl (#10602)
8cb10912ff is described below

commit 8cb10912ffd2ff0c22e04b2729d91a18ee226349
Author: Chris McFarlen <ch...@mcfarlen.us>
AuthorDate: Fri Oct 13 14:51:48 2023 -0500

    sslhdr library needs public ssl (#10602)
    
    * sslhdr library needs public ssl
    
    * swap around links
    
    ---------
    
    Co-authored-by: Chris McFarlen <cmcfar...@apple.com>
---
 plugins/experimental/sslheaders/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/experimental/sslheaders/CMakeLists.txt 
b/plugins/experimental/sslheaders/CMakeLists.txt
index 24e3419c00..2cac100a49 100644
--- a/plugins/experimental/sslheaders/CMakeLists.txt
+++ b/plugins/experimental/sslheaders/CMakeLists.txt
@@ -21,9 +21,9 @@ set_target_properties(sslhdr PROPERTIES 
POSITION_INDEPENDENT_CODE TRUE)
 
 if(BUILD_TESTING)
   add_executable(test_sslhdr unit_tests/unit_test_main.cc 
unit_tests/test_sslheaders.cc)
-  target_link_libraries(test_sslhdr PRIVATE sslhdr catch2::catch2)
+  target_link_libraries(test_sslhdr PRIVATE sslhdr catch2::catch2 OpenSSL::SSL)
 endif()
 
 
 add_atsplugin(sslheaders sslheaders.cc)
-target_link_libraries(sslheaders PRIVATE sslhdr)
+target_link_libraries(sslheaders PRIVATE sslhdr OpenSSL::SSL)

Reply via email to