diff options
| author | Theo Buehler <tb@openbsd.org> | 2024-04-15 23:31:19 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2024-04-15 23:31:19 -0600 |
| commit | 64e0f7c5d644e55e0bbbf985335e42c4f59e615d (patch) | |
| tree | 86114a8e93d17a38ca4eaabfacb2413139a830f5 | |
| parent | 2e6ce7b0fdc584445d5bc282436505a51538bb03 (diff) | |
| download | portable-64e0f7c5d644e55e0bbbf985335e42c4f59e615d.tar.gz portable-64e0f7c5d644e55e0bbbf985335e42c4f59e615d.tar.bz2 portable-64e0f7c5d644e55e0bbbf985335e42c4f59e615d.zip | |
Unhook o_str.c
| -rw-r--r-- | crypto/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | crypto/Makefile.am | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 835bb2b..a1c3c2e 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
| @@ -208,7 +208,6 @@ set( | |||
| 208 | mem_clr.c | 208 | mem_clr.c |
| 209 | mem_dbg.c | 209 | mem_dbg.c |
| 210 | o_fips.c | 210 | o_fips.c |
| 211 | o_str.c | ||
| 212 | aes/aes.c | 211 | aes/aes.c |
| 213 | aes/aes_core.c | 212 | aes/aes_core.c |
| 214 | aes/aes_ige.c | 213 | aes/aes_ige.c |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 89c542f..32dbba8 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
| @@ -218,7 +218,6 @@ libcrypto_la_SOURCES += malloc-wrapper.c | |||
| 218 | libcrypto_la_SOURCES += mem_clr.c | 218 | libcrypto_la_SOURCES += mem_clr.c |
| 219 | libcrypto_la_SOURCES += mem_dbg.c | 219 | libcrypto_la_SOURCES += mem_dbg.c |
| 220 | libcrypto_la_SOURCES += o_fips.c | 220 | libcrypto_la_SOURCES += o_fips.c |
| 221 | libcrypto_la_SOURCES += o_str.c | ||
| 222 | noinst_HEADERS += arm_arch.h | 221 | noinst_HEADERS += arm_arch.h |
| 223 | noinst_HEADERS += constant_time.h | 222 | noinst_HEADERS += constant_time.h |
| 224 | noinst_HEADERS += cryptlib.h | 223 | noinst_HEADERS += cryptlib.h |
