remove obsolete code
This commit is contained in:
@@ -1438,10 +1438,6 @@ int MAIN(int argc, char *argv[])
|
|||||||
keymatexportlen=atoi(*(++argv));
|
keymatexportlen=atoi(*(++argv));
|
||||||
if (keymatexportlen == 0) goto bad;
|
if (keymatexportlen == 0) goto bad;
|
||||||
}
|
}
|
||||||
#ifdef OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL
|
|
||||||
else if (strcmp(*argv, "-debug_broken_protocol") == 0)
|
|
||||||
cert_flags |= SSL_CERT_FLAG_BROKEN_PROTCOL;
|
|
||||||
#endif
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
BIO_printf(bio_err,"unknown option %s\n",*argv);
|
BIO_printf(bio_err,"unknown option %s\n",*argv);
|
||||||
|
|||||||
Reference in New Issue
Block a user