summaryrefslogtreecommitdiff
path: root/lib/libcrypto/evp/evp.h
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-05-17 15:48:15 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-05-17 15:48:15 +0000
commit58aafd8f347fd6f2588d6edf4cbeb1af5447ed69 (patch)
tree74f7127f6af07071faf98479d007d7371b229875 /lib/libcrypto/evp/evp.h
parentadae925c9062f9abe2fe15ae0b947feeb4a421f0 (diff)
no no seed
Diffstat (limited to 'lib/libcrypto/evp/evp.h')
-rw-r--r--lib/libcrypto/evp/evp.h8
1 files changed, 0 insertions, 8 deletions
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