Land #439, Add portable scaffold for SM3

This commit is contained in:
Brent Cook
2018-11-11 09:14:41 -06:00
5 changed files with 18 additions and 1 deletions

View File

@@ -369,6 +369,11 @@ add_executable(sha512test sha512test.c)
target_link_libraries(sha512test ${OPENSSL_LIBS})
add_test(sha512test sha512test)
# sm3test
add_executable(sm3test sm3test.c)
target_link_libraries(sm3test ${OPENSSL_LIBS})
add_test(sm3test sm3test)
# ssl_versions
if(NOT BUILD_SHARED_LIBS)
add_executable(ssl_versions ssl_versions.c)