From 58aafd8f347fd6f2588d6edf4cbeb1af5447ed69 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sat, 17 May 2014 15:48:15 +0000 Subject: no no seed --- lib/libcrypto/evp/evp.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib/libcrypto/evp/evp.h') diff --git a/lib/libcrypto/evp/evp.h b/lib/libcrypto/evp/evp.h index 3219a63d031..25a495b32f4 100644 --- a/lib/libcrypto/evp/evp.h +++ b/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