Implement boolean (yes/no or OK/Cancel, ...) input.
authorRichard Levitte <levitte@openssl.org>
Sat, 23 Jun 2001 16:22:48 +0000 (16:22 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 23 Jun 2001 16:22:48 +0000 (16:22 +0000)
commit2d2ed9dffd6c2f3bb1c591bdc282f0bb3c19132e
treea6ea9ca5df9f5b4ba80ad00cb81eaca08d915243
parent8ada6e7705685be0d97987d31f23e6cf543ef544
Implement boolean (yes/no or OK/Cancel, ...) input.

Implement UI controls.  Current controls are the possibility to output
the OpenSSL error stack on the same channel from within UI_process()
and to check if the same user interface can be redone without being
rebuilt (this is often more a question of philosophy than
technicalities).
crypto/ui/ui.h
crypto/ui/ui_lib.c
crypto/ui/ui_locl.h