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:29 +0000 (09:12 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 11 Jul 2002 09:12:29 +0000 (09:12 +0000)
commitb57c98df7b10234b185ef3c74be021a66eb52f10
treeba990092099872ef624dd85024dafa56fa25c7da
parentc4da6dd38a7d7bd17957078174384b65a764a6c0
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