commit | b49a5b2dc02545b137101797cacb060ae19c264a | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Thu May 17 11:47:08 2001 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Thu May 17 11:47:08 2001 +0000 |
tree | e312ff55cfa6840d0cc05a522b426ea18e01ff05 | |
parent | 713f22611450ea878bfe65ec34d02ad18928ce36 [diff] |
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.