From 1b6e6882093f526dfd8e0c850b5e3516a4110514 Mon Sep 17 00:00:00 2001 From: tedu <> Date: Sat, 17 May 2014 15:48:14 +0000 Subject: no no seed --- src/lib/libcrypto/evp/evp.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/lib/libcrypto/evp/evp.h') 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); const EVP_CIPHER *EVP_camellia_256_ofb(void); #endif -#ifndef OPENSSL_NO_SEED -const EVP_CIPHER *EVP_seed_ecb(void); -const EVP_CIPHER *EVP_seed_cbc(void); -const EVP_CIPHER *EVP_seed_cfb128(void); -# define EVP_seed_cfb EVP_seed_cfb128 -const EVP_CIPHER *EVP_seed_ofb(void); -#endif - #ifndef OPENSSL_NO_CHACHA const EVP_CIPHER *EVP_chacha20(void); #endif -- cgit v1.2.3-55-g6feb