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/cipher/aes128_ctr/nacl/cipher_aes128_ctr_nacl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/crypto/cipher/aes128_ctr/nacl') diff --git a/src/crypto/cipher/aes128_ctr/nacl/cipher_aes128_ctr_nacl.c b/src/crypto/cipher/aes128_ctr/nacl/cipher_aes128_ctr_nacl.c index c5d6200..793b724 100644 --- a/src/crypto/cipher/aes128_ctr/nacl/cipher_aes128_ctr_nacl.c +++ b/src/crypto/cipher/aes128_ctr/nacl/cipher_aes128_ctr_nacl.c @@ -60,8 +60,6 @@ static void aes128_ctr_free(fastd_cipher_state_t *state) { } const fastd_cipher_t fastd_cipher_aes128_ctr_nacl = { - .available = fastd_true, - .init = aes128_ctr_init, .crypt = aes128_ctr_crypt, .free = aes128_ctr_free, -- cgit v1.2.3