mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-27 15:43:42 +08:00
Remove ChaCha20
This commit is contained in:
@@ -138,7 +138,6 @@ option(ENABLE_SHA1 "Enable SHA1" ON)
|
||||
option(ENABLE_SHA2 "Enable SHA2" ON)
|
||||
option(ENABLE_AES "Enable AES" ON)
|
||||
option(ENABLE_AES_CCM "Enable AES CCM mode" ON)
|
||||
option(ENABLE_CHACHA20 "Enable Chacha20" ON)
|
||||
option(ENABLE_ZUC "Enable ZUC" ON)
|
||||
option(ENABLE_GHASH "Enable standalone GHASH command and test" ON)
|
||||
|
||||
@@ -601,12 +600,6 @@ if (ENABLE_AES_CCM)
|
||||
endif()
|
||||
|
||||
|
||||
if (ENABLE_CHACHA20)
|
||||
message(STATUS "ENABLE_CHACHA20 is ON")
|
||||
list(APPEND src src/chacha20.c)
|
||||
list(APPEND tests chacha20)
|
||||
endif()
|
||||
|
||||
if (ENABLE_ZUC)
|
||||
message(STATUS "ENABLE_ZUC is ON")
|
||||
add_definitions(-DENABLE_ZUC)
|
||||
@@ -939,7 +932,7 @@ endif()
|
||||
#
|
||||
set(CPACK_PACKAGE_NAME "GmSSL")
|
||||
set(CPACK_PACKAGE_VENDOR "GmSSL develop team")
|
||||
set(CPACK_PACKAGE_VERSION "3.3.0-dev.1153")
|
||||
set(CPACK_PACKAGE_VERSION "3.3.0-dev.1154")
|
||||
set(CPACK_PACKAGE_DESCRIPTION_FILE ${PROJECT_SOURCE_DIR}/README.md)
|
||||
set(CPACK_NSIS_MODIFY_PATH ON)
|
||||
include(CPack)
|
||||
|
||||
Reference in New Issue
Block a user