commit d5f6d622127dc126c53ab903ce12686da1e69072
parent ce1ba4c3c02baff82aa025f1091c71ab24d6f882
Author: sin <sin@2f30.org>
Date: Tue, 21 Mar 2017 22:58:20 +0000
Remove obsolete cipher
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/crypto.c b/crypto.c
@@ -15,9 +15,6 @@ static struct cipher {
{ "aes-128-gcm", EVP_aead_aes_128_gcm },
{ "aes-256-gcm", EVP_aead_aes_256_gcm },
{ "chacha20-poly1305", EVP_aead_chacha20_poly1305 },
-#if LIBRESSL_VERSION_NUMBER >= 0x2030200fL
- { "chacha20-poly1305-ietf", EVP_aead_chacha20_poly1305_ietf },
-#endif
{ NULL, NULL }
};