diff options
| author | Theo Buehler <tb@openbsd.org> | 2024-11-05 21:15:42 -0700 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2024-11-05 21:15:42 -0700 |
| commit | 3ade76d86b1bcea9d53307511597d2a17b43239b (patch) | |
| tree | d6c82a53b94f79753330bb9b59d0fc92d3c4ad95 | |
| parent | 1a3e756a757da607621949b43f97fb79b6fb31ae (diff) | |
| download | portable-3ade76d86b1bcea9d53307511597d2a17b43239b.tar.gz portable-3ade76d86b1bcea9d53307511597d2a17b43239b.tar.bz2 portable-3ade76d86b1bcea9d53307511597d2a17b43239b.zip | |
malloc-wrapper -> crypto_memory
| -rw-r--r-- | crypto/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | crypto/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 5168e79..a2b06d3 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
| @@ -193,7 +193,7 @@ set( | |||
| 193 | crypto_ex_data.c | 193 | crypto_ex_data.c |
| 194 | crypto_init.c | 194 | crypto_init.c |
| 195 | crypto_legacy.c | 195 | crypto_legacy.c |
| 196 | malloc-wrapper.c | 196 | crypto_memory.c |
| 197 | aes/aes.c | 197 | aes/aes.c |
| 198 | aes/aes_core.c | 198 | aes/aes_core.c |
| 199 | aes/aes_ige.c | 199 | aes/aes_ige.c |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 2f61f7d..f601ec9 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
| @@ -218,7 +218,7 @@ libcrypto_la_SOURCES += crypto_lock.c | |||
| 218 | else | 218 | else |
| 219 | libcrypto_la_SOURCES += compat/crypto_lock_win.c | 219 | libcrypto_la_SOURCES += compat/crypto_lock_win.c |
| 220 | endif | 220 | endif |
| 221 | libcrypto_la_SOURCES += malloc-wrapper.c | 221 | libcrypto_la_SOURCES += crypto_memory.c |
| 222 | noinst_HEADERS += arm_arch.h | 222 | noinst_HEADERS += arm_arch.h |
| 223 | noinst_HEADERS += constant_time.h | 223 | noinst_HEADERS += constant_time.h |
| 224 | noinst_HEADERS += crypto_internal.h | 224 | noinst_HEADERS += crypto_internal.h |
