summaryrefslogtreecommitdiffstats
path: root/apps/pkcs12.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-13 18:09:27 +0000
committerRichard Levitte <levitte@openssl.org>2002-11-13 18:09:27 +0000
commitc112323dd5d107b199a6d951f8be4c882ff0fba1 (patch)
treebeb7a24de5620eeba1fb7088a9c181e4444bad24 /apps/pkcs12.c
parent0709385d3caf380d8506a16cc27573e7d2cf52b5 (diff)
This didn't get to the 0.9.8-dev thread...
Diffstat (limited to 'apps/pkcs12.c')
-rw-r--r--apps/pkcs12.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pkcs12.c b/apps/pkcs12.c
index 64b4b32be7..536cf57c15 100644
--- a/apps/pkcs12.c
+++ b/apps/pkcs12.c
@@ -538,7 +538,7 @@ int MAIN(int argc, char **argv)
#endif
if(!noprompt &&
- EVP_read_pw_string(pass, 50, "Enter Export Password:", 1))
+ EVP_read_pw_string(pass, sizeof pass, "Enter Export Password:", 1))
{
BIO_printf (bio_err, "Can't read Password\n");
goto export_end;