diff options
| author | Theo Buehler <tb@openbsd.org> | 2024-10-18 13:04:57 +0200 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2024-10-18 13:04:57 +0200 |
| commit | 67a3b7dfa208f4eb28d192e157e429d0da278575 (patch) | |
| tree | 79bb284e2a812fae2d5d7e15aa66a0fc307f61be | |
| parent | 9065b293e3c6b52516d3b1ae0ea46de8b7c70bf8 (diff) | |
| download | portable-67a3b7dfa208f4eb28d192e157e429d0da278575.tar.gz portable-67a3b7dfa208f4eb28d192e157e429d0da278575.tar.bz2 portable-67a3b7dfa208f4eb28d192e157e429d0da278575.zip | |
conf_mall.c is no more
| -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 1553894..ad47f3d 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
| @@ -340,7 +340,6 @@ set( | |||
| 340 | conf/conf_def.c | 340 | conf/conf_def.c |
| 341 | conf/conf_err.c | 341 | conf/conf_err.c |
| 342 | conf/conf_lib.c | 342 | conf/conf_lib.c |
| 343 | conf/conf_mall.c | ||
| 344 | conf/conf_mod.c | 343 | conf/conf_mod.c |
| 345 | conf/conf_sap.c | 344 | conf/conf_sap.c |
| 346 | ct/ct_b64.c | 345 | ct/ct_b64.c |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 02204bd..a388861 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
| @@ -478,7 +478,6 @@ libcrypto_la_SOURCES += conf/conf_api.c | |||
| 478 | libcrypto_la_SOURCES += conf/conf_def.c | 478 | libcrypto_la_SOURCES += conf/conf_def.c |
| 479 | libcrypto_la_SOURCES += conf/conf_err.c | 479 | libcrypto_la_SOURCES += conf/conf_err.c |
| 480 | libcrypto_la_SOURCES += conf/conf_lib.c | 480 | libcrypto_la_SOURCES += conf/conf_lib.c |
| 481 | libcrypto_la_SOURCES += conf/conf_mall.c | ||
| 482 | libcrypto_la_SOURCES += conf/conf_mod.c | 481 | libcrypto_la_SOURCES += conf/conf_mod.c |
| 483 | libcrypto_la_SOURCES += conf/conf_sap.c | 482 | libcrypto_la_SOURCES += conf/conf_sap.c |
| 484 | noinst_HEADERS += conf/conf_def.h | 483 | noinst_HEADERS += conf/conf_def.h |
