summaryrefslogtreecommitdiff
path: root/cipher/cipher.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/cipher.c')
-rw-r--r--cipher/cipher.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cipher/cipher.c b/cipher/cipher.c
index 6552ed30..47513021 100644
--- a/cipher/cipher.c
+++ b/cipher/cipher.c
@@ -83,6 +83,9 @@ static gcry_cipher_spec_t *cipher_list[] =
#if USE_GOST28147
&_gcry_cipher_spec_gost28147,
#endif
+#if USE_CHACHA20
+ &_gcry_cipher_spec_chacha20,
+#endif
NULL
};