Skip to content

Commit

Permalink
Remove RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
guanzhi committed Dec 13, 2023
1 parent 908ece9 commit 687ecb9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 125 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/rc4.c)
list(APPEND tests des sha1 rc4)
list(APPEND src src/des.c src/sha1.c)
list(APPEND tests des sha1)
endif()


Expand Down
40 changes: 0 additions & 40 deletions include/gmssl/rc4.h

This file was deleted.

83 changes: 0 additions & 83 deletions src/rc4.c

This file was deleted.

0 comments on commit 687ecb9

Please sign in to comment.