openssl/crypto/ui
Dr. Stephen Henson b49a5b2dc0 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.
2001-05-17 11:47:08 +00:00
..
Makefile.ssl make update 2001-05-13 05:16:58 +00:00
ui_compat.c Make sure memset() is properly declared. 2001-05-14 12:22:58 +00:00
ui_compat.h des_read_password() and des_read_2passwords() can only appear if DES 2001-05-13 04:59:09 +00:00
ui_err.c Add a general user interface API. This is designed to replace things 2001-05-06 23:19:37 +00:00
ui_lib.c Make sure strdup() is properly declared. 2001-05-14 12:23:28 +00:00
ui_locl.h Add a general user interface API. This is designed to replace things 2001-05-06 23:19:37 +00:00
ui_openssl.c Fix for new UI functions under Win32. 2001-05-17 11:47:08 +00:00
ui.h Add a general user interface API. This is designed to replace things 2001-05-06 23:19:37 +00:00