Fix regress build
This commit is contained in:
parent
ee4eb0027c
commit
6969cf036e
@ -124,10 +124,12 @@ if(NOT BUILD_SHARED_LIBS)
|
||||
add_test(cipher_list cipher_list)
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
# cipherstest
|
||||
add_executable(cipherstest cipherstest.c)
|
||||
target_link_libraries(cipherstest ${OPENSSL_LIBS})
|
||||
add_test(cipherstest cipherstest)
|
||||
endif()
|
||||
|
||||
# clienttest
|
||||
# disabled
|
||||
|
Loading…
x
Reference in New Issue
Block a user