Commit 9ba297e4 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

remove obsolete code

parent ddd13d67
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1438,10 +1438,6 @@ int MAIN(int argc, char *argv[])
			keymatexportlen=atoi(*(++argv));
			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
			{
			BIO_printf(bio_err,"unknown option %s\n",*argv);