Skip to content

Commit

Permalink
malloc-wrapper -> crypto_memory
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Nov 6, 2024
1 parent 1a3e756 commit 3ade76d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crypto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ set(
crypto_ex_data.c
crypto_init.c
crypto_legacy.c
malloc-wrapper.c
crypto_memory.c
aes/aes.c
aes/aes_core.c
aes/aes_ige.c
Expand Down
2 changes: 1 addition & 1 deletion crypto/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ libcrypto_la_SOURCES += crypto_lock.c
else
libcrypto_la_SOURCES += compat/crypto_lock_win.c
endif
libcrypto_la_SOURCES += malloc-wrapper.c
libcrypto_la_SOURCES += crypto_memory.c
noinst_HEADERS += arm_arch.h
noinst_HEADERS += constant_time.h
noinst_HEADERS += crypto_internal.h
Expand Down

0 comments on commit 3ade76d

Please sign in to comment.