diff options
author | tedu <> | 2014-05-17 15:45:50 +0000 |
---|---|---|
committer | tedu <> | 2014-05-17 15:45:50 +0000 |
commit | f9e51a39925ce6e0ee20ac56375dba268cf7c8bd (patch) | |
tree | 3534ea361ab64479dab8d3b6cc02a6619caaedec /src/lib/libssl/src/apps/genrsa.c | |
parent | 1ceb1e2391a5ef5b4ebb8a4edd795674fac9ed9a (diff) | |
download | openbsd-f9e51a39925ce6e0ee20ac56375dba268cf7c8bd.tar.gz openbsd-f9e51a39925ce6e0ee20ac56375dba268cf7c8bd.tar.bz2 openbsd-f9e51a39925ce6e0ee20ac56375dba268cf7c8bd.zip |
deleted seed some time ago
Diffstat (limited to 'src/lib/libssl/src/apps/genrsa.c')
-rw-r--r-- | src/lib/libssl/src/apps/genrsa.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/libssl/src/apps/genrsa.c b/src/lib/libssl/src/apps/genrsa.c index 88c80f2b66..643e20da2f 100644 --- a/src/lib/libssl/src/apps/genrsa.c +++ b/src/lib/libssl/src/apps/genrsa.c | |||
@@ -157,10 +157,6 @@ genrsa_main(int argc, char **argv) | |||
157 | else if (strcmp(*argv, "-idea") == 0) | 157 | else if (strcmp(*argv, "-idea") == 0) |
158 | enc = EVP_idea_cbc(); | 158 | enc = EVP_idea_cbc(); |
159 | #endif | 159 | #endif |
160 | #ifndef OPENSSL_NO_SEED | ||
161 | else if (strcmp(*argv, "-seed") == 0) | ||
162 | enc = EVP_seed_cbc(); | ||
163 | #endif | ||
164 | #ifndef OPENSSL_NO_AES | 160 | #ifndef OPENSSL_NO_AES |
165 | else if (strcmp(*argv, "-aes128") == 0) | 161 | else if (strcmp(*argv, "-aes128") == 0) |
166 | enc = EVP_aes_128_cbc(); | 162 | enc = EVP_aes_128_cbc(); |
@@ -194,10 +190,6 @@ bad: | |||
194 | #ifndef OPENSSL_NO_IDEA | 190 | #ifndef OPENSSL_NO_IDEA |
195 | BIO_printf(bio_err, " -idea encrypt the generated key with IDEA in cbc mode\n"); | 191 | BIO_printf(bio_err, " -idea encrypt the generated key with IDEA in cbc mode\n"); |
196 | #endif | 192 | #endif |
197 | #ifndef OPENSSL_NO_SEED | ||
198 | BIO_printf(bio_err, " -seed\n"); | ||
199 | BIO_printf(bio_err, " encrypt PEM output with cbc seed\n"); | ||
200 | #endif | ||
201 | #ifndef OPENSSL_NO_AES | 193 | #ifndef OPENSSL_NO_AES |
202 | BIO_printf(bio_err, " -aes128, -aes192, -aes256\n"); | 194 | BIO_printf(bio_err, " -aes128, -aes192, -aes256\n"); |
203 | BIO_printf(bio_err, " encrypt PEM output with cbc aes\n"); | 195 | BIO_printf(bio_err, " encrypt PEM output with cbc aes\n"); |