From: Richard Levitte Date: Sat, 23 Jun 2001 16:22:48 +0000 (+0000) Subject: Implement boolean (yes/no or OK/Cancel, ...) input. X-Git-Tag: OpenSSL_0_9_6c~182^2~84 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=2d2ed9dffd6c2f3bb1c591bdc282f0bb3c19132e;hp=2d2ed9dffd6c2f3bb1c591bdc282f0bb3c19132e;ds=sidebyside 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). ---