Fix for new UI functions under Win32.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 17 May 2001 11:47:08 +0000 (11:47 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 17 May 2001 11:47:08 +0000 (11:47 +0000)
commitb49a5b2dc02545b137101797cacb060ae19c264a
treee312ff55cfa6840d0cc05a522b426ea18e01ff05
parent713f22611450ea878bfe65ec34d02ad18928ce36
Fix for new UI functions under Win32.

For some unknown reason fopen("con", "w") is the
only way to make this work. Using "r+" and "w+"
causes the fopen call to fail and the fallback
(using stdin) doesn't work because writing to stdin
fails.
crypto/ui/ui_openssl.c