Skip to content

Commit

Permalink
Some evp files were renamed and merged
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Dec 29, 2023
1 parent 63c5a67 commit af0a8e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions crypto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,6 @@ set(
evp/bio_enc.c
evp/bio_md.c
evp/c_all.c
evp/cipher_method_lib.c
evp/digest.c
evp/e_aes.c
evp/e_aes_cbc_hmac_sha1.c
evp/e_bf.c
Expand All @@ -507,12 +505,12 @@ set(
evp/e_rc4_hmac_md5.c
evp/e_sm4.c
evp/e_xcbc_d.c
evp/encode.c
evp/evp_aead.c
evp/evp_enc.c
evp/evp_cipher.c
evp/evp_digest.c
evp/evp_encode.c
evp/evp_err.c
evp/evp_key.c
evp/evp_lib.c
evp/evp_pbe.c
evp/evp_pkey.c
evp/m_gost2814789.c
Expand Down
8 changes: 3 additions & 5 deletions crypto/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,6 @@ libcrypto_la_SOURCES += evp/bio_b64.c
libcrypto_la_SOURCES += evp/bio_enc.c
libcrypto_la_SOURCES += evp/bio_md.c
libcrypto_la_SOURCES += evp/c_all.c
libcrypto_la_SOURCES += evp/cipher_method_lib.c
libcrypto_la_SOURCES += evp/digest.c
libcrypto_la_SOURCES += evp/e_aes.c
libcrypto_la_SOURCES += evp/e_aes_cbc_hmac_sha1.c
libcrypto_la_SOURCES += evp/e_bf.c
Expand All @@ -620,12 +618,12 @@ libcrypto_la_SOURCES += evp/e_rc4.c
libcrypto_la_SOURCES += evp/e_rc4_hmac_md5.c
libcrypto_la_SOURCES += evp/e_sm4.c
libcrypto_la_SOURCES += evp/e_xcbc_d.c
libcrypto_la_SOURCES += evp/encode.c
libcrypto_la_SOURCES += evp/evp_aead.c
libcrypto_la_SOURCES += evp/evp_enc.c
libcrypto_la_SOURCES += evp/evp_cipher.c
libcrypto_la_SOURCES += evp/evp_digest.c
libcrypto_la_SOURCES += evp/evp_encode.c
libcrypto_la_SOURCES += evp/evp_err.c
libcrypto_la_SOURCES += evp/evp_key.c
libcrypto_la_SOURCES += evp/evp_lib.c
libcrypto_la_SOURCES += evp/evp_pbe.c
libcrypto_la_SOURCES += evp/evp_pkey.c
libcrypto_la_SOURCES += evp/m_gost2814789.c
Expand Down

0 comments on commit af0a8e9

Please sign in to comment.