Skip to content

Commit

Permalink
Remove red decrepit functions. (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-shang authored Jul 19, 2022
1 parent 726062d commit abbbd00
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 1,160 deletions.
7 changes: 0 additions & 7 deletions crypto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -481,16 +481,10 @@ add_library(
xts/xts.c
decrepit/bio/base64_bio.c
decrepit/blowfish/blowfish.c
decrepit/cast/cast.c
decrepit/cast/cast_tables.c
decrepit/cfb/cfb.c
decrepit/des/cfb64ede.c
decrepit/dh/dh_decrepit.c
decrepit/dsa/dsa_decrepit.c
decrepit/evp/dss1.c
decrepit/evp/evp_do_all.c
decrepit/obj/obj_decrepit.c
decrepit/rc4/rc4_decrepit.c
decrepit/ripemd/ripemd.c
decrepit/rsa/rsa_decrepit.c
decrepit/x509/x509_decrepit.c
Expand Down Expand Up @@ -697,7 +691,6 @@ if(BUILD_TESTING)
x509v3/tab_test.cc
xts/xts_test.cc
decrepit/blowfish/blowfish_test.cc
decrepit/cast/cast_test.cc
decrepit/cfb/cfb_test.cc
decrepit/evp/evp_test.cc
decrepit/ripemd/ripemd_test.cc
Expand Down
Loading

0 comments on commit abbbd00

Please sign in to comment.