summaryrefslogtreecommitdiffstats
path: root/src/crypto/cipher/null/memcpy/null_memcpy.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-05-27 23:44:07 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-05-27 23:44:07 +0200
commitd859894f7a88e07e7beae8dc355278cfd6c185e2 (patch)
treea0de7e31e8e10dfab1f2b981348d6a11e95597d7 /src/crypto/cipher/null/memcpy/null_memcpy.c
parentb9f329256d5911d9694b44ce1e4545d78fdd5340 (diff)
downloadfastd-d859894f7a88e07e7beae8dc355278cfd6c185e2.tar
fastd-d859894f7a88e07e7beae8dc355278cfd6c185e2.zip
Remove fastd_true()
Diffstat (limited to 'src/crypto/cipher/null/memcpy/null_memcpy.c')
-rw-r--r--src/crypto/cipher/null/memcpy/null_memcpy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crypto/cipher/null/memcpy/null_memcpy.c b/src/crypto/cipher/null/memcpy/null_memcpy.c
index 767e06c..a2c0df9 100644
--- a/src/crypto/cipher/null/memcpy/null_memcpy.c
+++ b/src/crypto/cipher/null/memcpy/null_memcpy.c
@@ -40,8 +40,6 @@ static void null_free(fastd_cipher_state_t *state UNUSED) {
}
const fastd_cipher_t fastd_cipher_null_memcpy = {
- .available = fastd_true,
-
.init = null_init,
.crypt = null_memcpy,
.free = null_free,