pkd: Cleanup OpenSSL context

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Jakub Jelen
2025-07-24 19:19:51 +02:00
committed by Andreas Schneider
parent 961c79637c
commit 3df61a4e86
2 changed files with 9 additions and 3 deletions

View File

@@ -17,10 +17,8 @@ set(pkd_hello_src
)
set(pkd_libs
${CMOCKA_LIBRARY}
ssh::static
${TORTURE_LINK_LIBRARIES}
${ARGP_LIBRARIES}
pthread
)
add_executable(pkd_hello ${pkd_hello_src})