diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-05-27 23:44:07 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-05-27 23:44:07 +0200 |
commit | d859894f7a88e07e7beae8dc355278cfd6c185e2 (patch) | |
tree | a0de7e31e8e10dfab1f2b981348d6a11e95597d7 /src/crypto/mac/ghash | |
parent | b9f329256d5911d9694b44ce1e4545d78fdd5340 (diff) | |
download | fastd-d859894f7a88e07e7beae8dc355278cfd6c185e2.tar fastd-d859894f7a88e07e7beae8dc355278cfd6c185e2.zip |
Remove fastd_true()
Diffstat (limited to 'src/crypto/mac/ghash')
-rw-r--r-- | src/crypto/mac/ghash/builtin/ghash_builtin.c | 2 |
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, |