summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/apps/dsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/apps/dsa.c')
-rw-r--r--src/lib/libssl/src/apps/dsa.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libssl/src/apps/dsa.c b/src/lib/libssl/src/apps/dsa.c
index 2a27365adf..f9be2392d8 100644
--- a/src/lib/libssl/src/apps/dsa.c
+++ b/src/lib/libssl/src/apps/dsa.c
@@ -217,9 +217,6 @@ bad:
217 BIO_printf(bio_err, " -camellia128, -camellia192, -camellia256\n"); 217 BIO_printf(bio_err, " -camellia128, -camellia192, -camellia256\n");
218 BIO_printf(bio_err, " encrypt PEM output with cbc camellia\n"); 218 BIO_printf(bio_err, " encrypt PEM output with cbc camellia\n");
219#endif 219#endif
220#ifndef OPENSSL_NO_SEED
221 BIO_printf(bio_err, " -seed encrypt PEM output with cbc seed\n");
222#endif
223 BIO_printf(bio_err, " -text print the key in text\n"); 220 BIO_printf(bio_err, " -text print the key in text\n");
224 BIO_printf(bio_err, " -noout don't print key out\n"); 221 BIO_printf(bio_err, " -noout don't print key out\n");
225 BIO_printf(bio_err, " -modulus print the DSA public value\n"); 222 BIO_printf(bio_err, " -modulus print the DSA public value\n");