summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/evp/evp.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h
index 3219a63d03..25a495b32f 100644
--- a/src/lib/libcrypto/evp/evp.h
+++ b/src/lib/libcrypto/evp/evp.h
@@ -814,14 +814,6 @@ const EVP_CIPHER *EVP_camellia_256_cfb128(void);
814const EVP_CIPHER *EVP_camellia_256_ofb(void); 814const EVP_CIPHER *EVP_camellia_256_ofb(void);
815#endif 815#endif
816 816
817#ifndef OPENSSL_NO_SEED
818const EVP_CIPHER *EVP_seed_ecb(void);
819const EVP_CIPHER *EVP_seed_cbc(void);
820const EVP_CIPHER *EVP_seed_cfb128(void);
821# define EVP_seed_cfb EVP_seed_cfb128
822const EVP_CIPHER *EVP_seed_ofb(void);
823#endif
824
825#ifndef OPENSSL_NO_CHACHA 817#ifndef OPENSSL_NO_CHACHA
826const EVP_CIPHER *EVP_chacha20(void); 818const EVP_CIPHER *EVP_chacha20(void);
827#endif 819#endif