diff options
-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"); |