mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09:00
tests: Cleanup OpenSSL in tests when GSSAPI is built
also from the fuzzer tests Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
62762bbbc9
commit
08a32ac381
@@ -23,6 +23,11 @@ if (NOT WIN32)
|
||||
${TORTURE_LINK_LIBRARIES}
|
||||
pthread)
|
||||
endif(NOT WIN32)
|
||||
if (WITH_GSSAPI AND GSSAPI_FOUND)
|
||||
set(TORTURE_LINK_LIBRARIES
|
||||
${TORTURE_LINK_LIBRARIES}
|
||||
crypto)
|
||||
endif (WITH_GSSAPI AND GSSAPI_FOUND)
|
||||
|
||||
# create test library
|
||||
add_library(${TORTURE_LIBRARY}
|
||||
|
||||
Reference in New Issue
Block a user