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)
|
add_test(cipher_list cipher_list)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# cipherstest
|
if(NOT BUILD_SHARED_LIBS)
|
||||||
add_executable(cipherstest cipherstest.c)
|
# cipherstest
|
||||||
target_link_libraries(cipherstest ${OPENSSL_LIBS})
|
add_executable(cipherstest cipherstest.c)
|
||||||
add_test(cipherstest cipherstest)
|
target_link_libraries(cipherstest ${OPENSSL_LIBS})
|
||||||
|
add_test(cipherstest cipherstest)
|
||||||
|
endif()
|
||||||
|
|
||||||
# clienttest
|
# clienttest
|
||||||
# disabled
|
# disabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user