In UI_UTIL_read_pw(), we should look at the size parameter, not at BUFSIZ.
authorRichard Levitte <levitte@openssl.org>
Thu, 11 Jul 2002 09:12:37 +0000 (09:12 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 11 Jul 2002 09:12:37 +0000 (09:12 +0000)
commit015eb65963c9be858ca901d8911acaa94e126eaa
treeb5874142ed9e00891a5e076f03917a855456d912
parentafafa3e15c9f774466403691d6d9a64ac3b15b51
In UI_UTIL_read_pw(), we should look at the size parameter, not at BUFSIZ.
Submitted by Götz Babin-Ebell <babinebell@trustcenter.de>
crypto/ui/ui_util.c