summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTodd Short <tshort@akamai.com>2022-07-20 09:48:21 -0400
committerTomas Mraz <tomas@openssl.org>2022-11-23 18:21:42 +0100
commitbe25847920fd7531ffe58ca3903695bec5ecd190 (patch)
tree79e95f491678c442d38ce5c3a71fd8a190e0963a /include
parentb2587f03d84eabcebcc85502a338b20b6766f4f0 (diff)
Remove unused 1bit GCM implementation
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18835) (cherry picked from commit 7b6e19fc4e6cc1a7000f71789ef50636dacdbb85)
Diffstat (limited to 'include')
-rw-r--r--include/crypto/modes.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/crypto/modes.h b/include/crypto/modes.h
index 15354717e9..b1179c6357 100644
--- a/include/crypto/modes.h
+++ b/include/crypto/modes.h
@@ -107,15 +107,6 @@ _asm mov eax, val _asm bswap eax}
u64 hi, lo;
} u128;
-#ifdef TABLE_BITS
-# undef TABLE_BITS
-#endif
-/*
- * Even though permitted values for TABLE_BITS are 8, 4 and 1, it should
- * never be set to 8 [or 1]. For further information see gcm128.c.
- */
-#define TABLE_BITS 4
-
struct gcm128_context {
/* Following 6 names follow names in GCM specification */
union {