diff options
author | 2014-05-17 15:44:28 +0000 | |
---|---|---|
committer | 2014-05-17 15:44:28 +0000 | |
commit | acf9fd0ee4ad53302c4e9c3a12db9d010f25851a (patch) | |
tree | 7a0eee4614279aeb7905e6a7e519ff473e9e7847 /lib/libssl/src/apps/dsa.c | |
parent | remove unused variable (diff) | |
download | wireguard-openbsd-acf9fd0ee4ad53302c4e9c3a12db9d010f25851a.tar.xz wireguard-openbsd-acf9fd0ee4ad53302c4e9c3a12db9d010f25851a.zip |
deleted seed some time ago
Diffstat (limited to 'lib/libssl/src/apps/dsa.c')
-rw-r--r-- | lib/libssl/src/apps/dsa.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libssl/src/apps/dsa.c b/lib/libssl/src/apps/dsa.c index 2a27365adf1..f9be2392d8e 100644 --- a/lib/libssl/src/apps/dsa.c +++ b/lib/libssl/src/apps/dsa.c @@ -217,9 +217,6 @@ bad: BIO_printf(bio_err, " -camellia128, -camellia192, -camellia256\n"); BIO_printf(bio_err, " encrypt PEM output with cbc camellia\n"); #endif -#ifndef OPENSSL_NO_SEED - BIO_printf(bio_err, " -seed encrypt PEM output with cbc seed\n"); -#endif BIO_printf(bio_err, " -text print the key in text\n"); BIO_printf(bio_err, " -noout don't print key out\n"); BIO_printf(bio_err, " -modulus print the DSA public value\n"); |