remove obsolete code

This commit is contained in:
Dr. Stephen Henson
2012-11-19 03:46:49 +00:00
parent ddd13d677b
commit 9ba297e49f

View File

@@ -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);