1
0
mirror of https://github.com/GOSTSec/vanitygen synced 2025-02-07 04:14:15 +00:00

Pass the correct export password to the encoder function.

This commit is contained in:
samr7 2011-08-17 12:46:37 -07:00
parent 7b0300081b
commit 5fb1fe9119

View File

@ -130,7 +130,7 @@ main(int argc, char **argv)
else if (pass_in) {
res = vg_protect_encode_privkey(ecprot, pkey, privtype,
parameter_group, pwbuf);
parameter_group, pass_in);
if (!res) {
fprintf(stderr, "ERROR: could not password-protect "