Skip to content

Commit

Permalink
adapt to my upstream churn
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Nov 5, 2024
1 parent b29d115 commit 1a3e756
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 2 additions & 6 deletions crypto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,15 +189,11 @@ endif()
set(
CRYPTO_SRC
${CRYPTO_SRC}
cpt_err.c
cryptlib.c
crypto_err.c
crypto_ex_data.c
crypto_init.c
cversion.c
crypto_legacy.c
malloc-wrapper.c
mem_clr.c
mem_dbg.c
o_fips.c
aes/aes.c
aes/aes_core.c
aes/aes_ige.c
Expand Down
8 changes: 2 additions & 6 deletions crypto/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -209,20 +209,16 @@ if HOST_I386
libcrypto_la_SOURCES += arch/i386/crypto_cpu_caps.c
endif

libcrypto_la_SOURCES += cpt_err.c
libcrypto_la_SOURCES += cryptlib.c
libcrypto_la_SOURCES += crypto_err.c
libcrypto_la_SOURCES += crypto_ex_data.c
libcrypto_la_SOURCES += crypto_init.c
libcrypto_la_SOURCES += crypto_legacy.c
if !HOST_WIN
libcrypto_la_SOURCES += crypto_lock.c
else
libcrypto_la_SOURCES += compat/crypto_lock_win.c
endif
libcrypto_la_SOURCES += cversion.c
libcrypto_la_SOURCES += malloc-wrapper.c
libcrypto_la_SOURCES += mem_clr.c
libcrypto_la_SOURCES += mem_dbg.c
libcrypto_la_SOURCES += o_fips.c
noinst_HEADERS += arm_arch.h
noinst_HEADERS += constant_time.h
noinst_HEADERS += crypto_internal.h
Expand Down

0 comments on commit 1a3e756

Please sign in to comment.