diff options
author | tedu <> | 2014-05-17 15:48:14 +0000 |
---|---|---|
committer | tedu <> | 2014-05-17 15:48:14 +0000 |
commit | 1b6e6882093f526dfd8e0c850b5e3516a4110514 (patch) | |
tree | fc123460249cc6c984dd81751ffb7d48df3dbd27 /src/lib/libcrypto/evp/evp.h | |
parent | f9e51a39925ce6e0ee20ac56375dba268cf7c8bd (diff) | |
download | openbsd-1b6e6882093f526dfd8e0c850b5e3516a4110514.tar.gz openbsd-1b6e6882093f526dfd8e0c850b5e3516a4110514.tar.bz2 openbsd-1b6e6882093f526dfd8e0c850b5e3516a4110514.zip |
no no seed
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/evp/evp.h | 8 |
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); | |||
814 | const EVP_CIPHER *EVP_camellia_256_ofb(void); | 814 | const EVP_CIPHER *EVP_camellia_256_ofb(void); |
815 | #endif | 815 | #endif |
816 | 816 | ||
817 | #ifndef OPENSSL_NO_SEED | ||
818 | const EVP_CIPHER *EVP_seed_ecb(void); | ||
819 | const EVP_CIPHER *EVP_seed_cbc(void); | ||
820 | const EVP_CIPHER *EVP_seed_cfb128(void); | ||
821 | # define EVP_seed_cfb EVP_seed_cfb128 | ||
822 | const EVP_CIPHER *EVP_seed_ofb(void); | ||
823 | #endif | ||
824 | |||
825 | #ifndef OPENSSL_NO_CHACHA | 817 | #ifndef OPENSSL_NO_CHACHA |
826 | const EVP_CIPHER *EVP_chacha20(void); | 818 | const EVP_CIPHER *EVP_chacha20(void); |
827 | #endif | 819 | #endif |