mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-06 16:36:16 +08:00
Remove MD5
This commit is contained in:
@@ -249,8 +249,8 @@ endif()
|
||||
option(ENABLE_BROKEN_CRYPTO "Enable broken crypto algorithms" OFF)
|
||||
if (ENABLE_BROKEN_CRYPTO)
|
||||
message(STATUS "ENABLE_BROKEN_CRYPTO")
|
||||
list(APPEND src src/des.c src/sha1.c src/md5.c src/rc4.c)
|
||||
list(APPEND tests des sha1 md5 rc4)
|
||||
list(APPEND src src/des.c src/sha1.c src/rc4.c)
|
||||
list(APPEND tests des sha1 rc4)
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user