diff options
author | guenther <> | 2014-06-01 20:31:02 +0000 |
---|---|---|
committer | guenther <> | 2014-06-01 20:31:02 +0000 |
commit | 22018f7448f55acbe9edf54f89d8a36f9d62f1ee (patch) | |
tree | ee1f06117ab5dc54337a3ca5e5c00b90b9eae561 /src | |
parent | 6b3db85e3c245a6128515ffe3d0d48abea6e12eb (diff) | |
download | openbsd-22018f7448f55acbe9edf54f89d8a36f9d62f1ee.tar.gz openbsd-22018f7448f55acbe9edf54f89d8a36f9d62f1ee.tar.bz2 openbsd-22018f7448f55acbe9edf54f89d8a36f9d62f1ee.zip |
Make usage for -quiet match the manpage and fix a misspelling
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/src/apps/s_server.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/src/apps/s_server.c b/src/lib/libssl/src/apps/s_server.c index 51f6b478b1..450f98c7bc 100644 --- a/src/lib/libssl/src/apps/s_server.c +++ b/src/lib/libssl/src/apps/s_server.c | |||
@@ -391,7 +391,7 @@ sv_usage(void) | |||
391 | BIO_printf(bio_err, " -crl_check - check the peer certificate has not been revoked by its CA.\n" \ | 391 | BIO_printf(bio_err, " -crl_check - check the peer certificate has not been revoked by its CA.\n" \ |
392 | " The CRL(s) are appended to the certificate file\n"); | 392 | " The CRL(s) are appended to the certificate file\n"); |
393 | BIO_printf(bio_err, " -crl_check_all - check the peer certificate has not been revoked by its CA\n" \ | 393 | BIO_printf(bio_err, " -crl_check_all - check the peer certificate has not been revoked by its CA\n" \ |
394 | " or any other CRL in the CA chain. CRL(s) are appened to the\n" \ | 394 | " or any other CRL in the CA chain. CRL(s) are appended to the\n" \ |
395 | " the certificate file.\n"); | 395 | " the certificate file.\n"); |
396 | BIO_printf(bio_err, " -certform arg - certificate format (PEM or DER) PEM default\n"); | 396 | BIO_printf(bio_err, " -certform arg - certificate format (PEM or DER) PEM default\n"); |
397 | BIO_printf(bio_err, " -key arg - Private Key file to use, in cert file if\n"); | 397 | BIO_printf(bio_err, " -key arg - Private Key file to use, in cert file if\n"); |
@@ -421,7 +421,7 @@ sv_usage(void) | |||
421 | BIO_printf(bio_err, " -nocert - Don't use any certificates (Anon-DH)\n"); | 421 | BIO_printf(bio_err, " -nocert - Don't use any certificates (Anon-DH)\n"); |
422 | BIO_printf(bio_err, " -cipher arg - play with 'openssl ciphers' to see what goes here\n"); | 422 | BIO_printf(bio_err, " -cipher arg - play with 'openssl ciphers' to see what goes here\n"); |
423 | BIO_printf(bio_err, " -serverpref - Use server's cipher preferences\n"); | 423 | BIO_printf(bio_err, " -serverpref - Use server's cipher preferences\n"); |
424 | BIO_printf(bio_err, " -quiet - No server output\n"); | 424 | BIO_printf(bio_err, " -quiet - Inhibit printing of session and certificate information\n"); |
425 | BIO_printf(bio_err, " -no_tmp_rsa - Do not generate a tmp RSA key\n"); | 425 | BIO_printf(bio_err, " -no_tmp_rsa - Do not generate a tmp RSA key\n"); |
426 | #ifndef OPENSSL_NO_PSK | 426 | #ifndef OPENSSL_NO_PSK |
427 | BIO_printf(bio_err, " -psk_hint arg - PSK identity hint to use\n"); | 427 | BIO_printf(bio_err, " -psk_hint arg - PSK identity hint to use\n"); |