Commit 265f835e authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

typo

parent 33826fd0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -749,7 +749,7 @@ int MAIN(int argc, char **argv)


	if (reqout)
	if (reqout)
		{
		{
		if (!strcmp(respout, "-"))
		if (!strcmp(reqout, "-"))
			derbio = BIO_new_fp(stdout, BIO_NOCLOSE);
			derbio = BIO_new_fp(stdout, BIO_NOCLOSE);
		else
		else
			derbio = BIO_new_file(reqout, "wb");
			derbio = BIO_new_file(reqout, "wb");