Use correct length when prompting for password.
authorDr. Stephen Henson <steve@openssl.org>
Fri, 4 Apr 2014 11:44:43 +0000 (12:44 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 4 Apr 2014 11:44:43 +0000 (12:44 +0100)
commit7ba08a4d73c1bdfd3aced09a628b1d7d7747cdca
treef83477ee3f6b3a8fb9954e9d5ef103f8ca8f9c8b
parentdbb7654dc189992966ecd95ca66f7a3bb011ab9b
Use correct length when prompting for password.

Use bufsiz - 1 not BUFSIZ - 1 when prompting for a password in
the openssl utility.

Thanks to Rob Mackinnon, Leviathan Security for reporting this issue.
apps/apps.c