summaryrefslogtreecommitdiff
path: root/cipher/cipher.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/cipher.c')
-rw-r--r--cipher/cipher.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cipher/cipher.c b/cipher/cipher.c
index 2337c09f..6ddd58be 100644
--- a/cipher/cipher.c
+++ b/cipher/cipher.c
@@ -107,6 +107,8 @@ static struct cipher_table_entry
#if USE_SALSA20
{ &_gcry_cipher_spec_salsa20,
&_gcry_cipher_extraspec_salsa20, GCRY_CIPHER_SALSA20 },
+ { &_gcry_cipher_spec_salsa20r12,
+ &_gcry_cipher_extraspec_salsa20, GCRY_CIPHER_SALSA20R12 },
#endif
{ NULL }
};