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)
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).


No differences found