Skip to content

Commit

Permalink
rand_key.c is no more
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Dec 20, 2023
1 parent cfda276 commit d441bd3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crypto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ set(
des/ofb_enc.c
des/pcbc_enc.c
des/qud_cksm.c
des/rand_key.c
des/set_key.c
des/str2key.c
des/xcbc_enc.c
Expand Down
1 change: 0 additions & 1 deletion crypto/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,6 @@ libcrypto_la_SOURCES += des/ofb64enc.c
libcrypto_la_SOURCES += des/ofb_enc.c
libcrypto_la_SOURCES += des/pcbc_enc.c
libcrypto_la_SOURCES += des/qud_cksm.c
libcrypto_la_SOURCES += des/rand_key.c
libcrypto_la_SOURCES += des/set_key.c
libcrypto_la_SOURCES += des/str2key.c
libcrypto_la_SOURCES += des/xcbc_enc.c
Expand Down

0 comments on commit d441bd3

Please sign in to comment.