no no seed
authortedu <tedu@openbsd.org>
Sat, 17 May 2014 15:48:14 +0000 (15:48 +0000)
committertedu <tedu@openbsd.org>
Sat, 17 May 2014 15:48:14 +0000 (15:48 +0000)
lib/libcrypto/evp/c_allc.c
lib/libcrypto/evp/evp.h
lib/libssl/src/crypto/evp/c_allc.c
lib/libssl/src/crypto/evp/evp.h

index 91ad980..1c351d9 100644 (file)
@@ -113,15 +113,6 @@ OpenSSL_add_all_ciphers(void)
        EVP_add_cipher_alias(SN_idea_cbc, "idea");
 #endif
 
-#ifndef OPENSSL_NO_SEED
-       EVP_add_cipher(EVP_seed_ecb());
-       EVP_add_cipher(EVP_seed_cfb());
-       EVP_add_cipher(EVP_seed_ofb());
-       EVP_add_cipher(EVP_seed_cbc());
-       EVP_add_cipher_alias(SN_seed_cbc, "SEED");
-       EVP_add_cipher_alias(SN_seed_cbc, "seed");
-#endif
-
 #ifndef OPENSSL_NO_RC2
        EVP_add_cipher(EVP_rc2_ecb());
        EVP_add_cipher(EVP_rc2_cfb());
index 3219a63..25a495b 100644 (file)
@@ -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
index 91ad980..1c351d9 100644 (file)
@@ -113,15 +113,6 @@ OpenSSL_add_all_ciphers(void)
        EVP_add_cipher_alias(SN_idea_cbc, "idea");
 #endif
 
-#ifndef OPENSSL_NO_SEED
-       EVP_add_cipher(EVP_seed_ecb());
-       EVP_add_cipher(EVP_seed_cfb());
-       EVP_add_cipher(EVP_seed_ofb());
-       EVP_add_cipher(EVP_seed_cbc());
-       EVP_add_cipher_alias(SN_seed_cbc, "SEED");
-       EVP_add_cipher_alias(SN_seed_cbc, "seed");
-#endif
-
 #ifndef OPENSSL_NO_RC2
        EVP_add_cipher(EVP_rc2_ecb());
        EVP_add_cipher(EVP_rc2_cfb());
index 3219a63..25a495b 100644 (file)
@@ -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