Enable regress handshake_table on Windows

This commit is contained in:
kinichiro
2020-05-04 23:40:33 +09:00
parent 4270e6716f
commit 1fe7792349
2 changed files with 19 additions and 1 deletions

View File

@@ -226,7 +226,7 @@ target_link_libraries(gost2814789t ${OPENSSL_LIBS})
add_test(gost2814789t gost2814789t)
# handshake_table
if(NOT BUILD_SHARED_LIBS AND NOT MSVC)
if(NOT BUILD_SHARED_LIBS)
add_executable(handshake_table handshake_table.c)
target_link_libraries(handshake_table ${OPENSSL_LIBS})
add_test(handshake_table handshake_table)