summaryrefslogtreecommitdiffstats
path: root/src/crypto/mac/ghash/builtin/ghash_builtin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/mac/ghash/builtin/ghash_builtin.c')
-rw-r--r--src/crypto/mac/ghash/builtin/ghash_builtin.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crypto/mac/ghash/builtin/ghash_builtin.c b/src/crypto/mac/ghash/builtin/ghash_builtin.c
index 2819109..28e9292 100644
--- a/src/crypto/mac/ghash/builtin/ghash_builtin.c
+++ b/src/crypto/mac/ghash/builtin/ghash_builtin.c
@@ -127,8 +127,6 @@ static void ghash_free(fastd_mac_state_t *state) {
}
const fastd_mac_t fastd_mac_ghash_builtin = {
- .available = fastd_true,
-
.init = ghash_init,
.hash = ghash_hash,
.free = ghash_free,