4908N/A# This patch fixes the usage bug: It shows '-ssl2' option even though it's not
4908N/A# available. The bug has been reported to the upstream: #3580.
4908N/A " -srp_strength int - minimal length in bits for N (default %d).\n",
4908N/A BIO_printf(bio_err, " -ssl2 - just use SSLv2\n");
4908N/A #ifndef OPENSSL_NO_SSL3_METHOD
4908N/A BIO_printf(bio_err, " -ssl3 - just use SSLv3\n");
4908N/A " -srpuserseed string - A seed string for a default user salt.\n");
4908N/A BIO_printf(bio_err, " -ssl2 - Just talk SSLv2\n");
4908N/A #ifndef OPENSSL_NO_SSL3_METHOD
4908N/A BIO_printf(bio_err, " -ssl3 - Just talk SSLv3\n");
4908N/A printf("-nbio - Run with non-blocking IO\n");
4908N/A printf("-ssl2 - Just use SSLv2\n");
4908N/A+#ifndef OPENSSL_NO_SSL3_METHOD
4908N/A printf("-ssl3 - Just use SSLv3\n");
4908N/A printf("-bugs - Turn on SSL bug compatibility\n");
4908N/A printf("-new - Just time new connections\n");
4908N/A printf("-reuse - Just time connection reuse\n");
4908N/A " -v - verbose mode, a textual listing of the
SSL/TLS ciphers in OpenSSL\n",
4908N/A " -V - even more verbose\n",
4908N/A+#ifndef OPENSSL_NO_SSL3_METHOD