diff options
author | David Kalnischkies <david@kalnischkies.de> | 2022-04-01 11:29:31 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2022-04-01 11:44:26 +0200 |
commit | d1d093713afc5ea26e75abc7c7b16d4315460a4b (patch) | |
tree | 331e8dfd678d992badbb42fe398733cce3b55b85 | |
parent | 889462ec33480940a355589b0ae57987f17a86e2 (diff) |
Drop SHA2 define from config as the code is gone
We don't ship the code this define was effecting since 2020,
so defining this constant is pointless.
References: e8016805b87bead8eb3dff0d0559c5d9590b721b
Gbp-Dch: Ignore
-rw-r--r-- | CMake/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CMake/config.h.in b/CMake/config.h.in index 8fa5e8b6f..e875c3735 100644 --- a/CMake/config.h.in +++ b/CMake/config.h.in @@ -79,6 +79,3 @@ /* Group of the root user */ #cmakedefine ROOT_GROUP "${ROOT_GROUP}" - -/* unrolling is faster combined with an optimizing compiler */ -#define SHA2_UNROLL_TRANSFORM |