Skip to content

Commit

Permalink
Unhook p5_crypt{,2}.c and p12_crpt.c
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Jan 27, 2024
1 parent 0dd636a commit 4c2a668
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions crypto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,6 @@ set(
evp/m_streebog.c
evp/m_sm3.c
evp/m_wp.c
evp/p5_crpt.c
evp/p5_crpt2.c
evp/p_legacy.c
evp/p_lib.c
evp/p_sign.c
Expand Down Expand Up @@ -598,7 +596,6 @@ set(
pkcs12/p12_add.c
pkcs12/p12_asn.c
pkcs12/p12_attr.c
pkcs12/p12_crpt.c
pkcs12/p12_crt.c
pkcs12/p12_decr.c
pkcs12/p12_init.c
Expand Down
3 changes: 0 additions & 3 deletions crypto/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -639,8 +639,6 @@ libcrypto_la_SOURCES += evp/m_sigver.c
libcrypto_la_SOURCES += evp/m_streebog.c
libcrypto_la_SOURCES += evp/m_sm3.c
libcrypto_la_SOURCES += evp/m_wp.c
libcrypto_la_SOURCES += evp/p5_crpt.c
libcrypto_la_SOURCES += evp/p5_crpt2.c
libcrypto_la_SOURCES += evp/p_legacy.c
libcrypto_la_SOURCES += evp/p_lib.c
libcrypto_la_SOURCES += evp/p_sign.c
Expand Down Expand Up @@ -792,7 +790,6 @@ libcrypto_la_SOURCES += pem/pvkfmt.c
libcrypto_la_SOURCES += pkcs12/p12_add.c
libcrypto_la_SOURCES += pkcs12/p12_asn.c
libcrypto_la_SOURCES += pkcs12/p12_attr.c
libcrypto_la_SOURCES += pkcs12/p12_crpt.c
libcrypto_la_SOURCES += pkcs12/p12_crt.c
libcrypto_la_SOURCES += pkcs12/p12_decr.c
libcrypto_la_SOURCES += pkcs12/p12_init.c
Expand Down

0 comments on commit 4c2a668

Please sign in to comment.