Skip to content

Commit

Permalink
evp/evp_names.c replaces a few other files
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Jan 13, 2024
1 parent 62643db commit a13c8dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions crypto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ set(
evp/bio_b64.c
evp/bio_enc.c
evp/bio_md.c
evp/c_all.c
evp/e_aes.c
evp/e_aes_cbc_hmac_sha1.c
evp/e_bf.c
Expand All @@ -511,6 +510,7 @@ set(
evp/evp_encode.c
evp/evp_err.c
evp/evp_key.c
evp/evp_names.c
evp/evp_pbe.c
evp/evp_pkey.c
evp/m_gost2814789.c
Expand All @@ -526,7 +526,6 @@ set(
evp/m_streebog.c
evp/m_sm3.c
evp/m_wp.c
evp/names.c
evp/p5_crpt.c
evp/p5_crpt2.c
evp/p_legacy.c
Expand Down Expand Up @@ -572,7 +571,6 @@ set(
modes/gcm128.c
modes/ofb128.c
modes/xts128.c
objects/o_names.c
objects/obj_dat.c
objects/obj_err.c
objects/obj_lib.c
Expand Down
4 changes: 1 addition & 3 deletions crypto/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,6 @@ libcrypto_la_SOURCES += err/err_prn.c
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/e_aes.c
libcrypto_la_SOURCES += evp/e_aes_cbc_hmac_sha1.c
libcrypto_la_SOURCES += evp/e_bf.c
Expand All @@ -624,6 +623,7 @@ 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_names.c
libcrypto_la_SOURCES += evp/evp_pbe.c
libcrypto_la_SOURCES += evp/evp_pkey.c
libcrypto_la_SOURCES += evp/m_gost2814789.c
Expand All @@ -639,7 +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/names.c
libcrypto_la_SOURCES += evp/p5_crpt.c
libcrypto_la_SOURCES += evp/p5_crpt2.c
libcrypto_la_SOURCES += evp/p_legacy.c
Expand Down Expand Up @@ -758,7 +757,6 @@ libcrypto_la_SOURCES += modes/xts128.c
noinst_HEADERS += modes/modes_local.h

# objects
libcrypto_la_SOURCES += objects/o_names.c
libcrypto_la_SOURCES += objects/obj_dat.c
libcrypto_la_SOURCES += objects/obj_err.c
libcrypto_la_SOURCES += objects/obj_lib.c
Expand Down

0 comments on commit a13c8dd

Please sign in to comment.