From d859894f7a88e07e7beae8dc355278cfd6c185e2 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 27 May 2014 23:44:07 +0200 Subject: Remove fastd_true() --- src/crypto/mac/ghash/builtin/ghash_builtin.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/crypto/mac/ghash') 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, -- cgit v1.2.3