Fix regress build

This commit is contained in:
kinichiro 2020-09-15 20:55:40 +09:00
parent ee4eb0027c
commit 6969cf036e

View File

@ -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