Do not loop i the OpenSSL UI method any more. Instead, letthe
authorRichard Levitte <levitte@openssl.org>
Sat, 23 Jun 2001 16:25:56 +0000 (16:25 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 23 Jun 2001 16:25:56 +0000 (16:25 +0000)
commitb589977b9ea9a0d102c64add1d0d44d6015ce591
treebdc2b32cc70c001f742b59eee74dbe288412121f
parent291e4a6ebe59966dbccd688ec5aa723081d9decf
Do not loop i the OpenSSL UI method any more.  Instead, letthe
application do that.

NOTE: there's no requirement for other UI_METHODs to avoid this kind
of loop.  For example, a GUI UI_METHOD would probably check the
lengths of the answers from within instead of being constantly
redisplayed for everything that is wrong.
crypto/ui/ui_openssl.c