CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/13 06:41:01
Modified files:
usr.bin/openssl: apps.c apps.h apps_posix.c openssl.c
Log message:
Factor out setup_up / destroy_ui functions.
This pulls out and renames setup_ui/destroy_ui so we have something that
can be replaced as-needed, moving the the console setup code for Windows
to app_win.c in -portable, instead of needing a local patch to enable binary
console mode
ui_read/write are also simplified.
