mirror of
https://github.com/GOSTSec/vanitygen
synced 2025-02-07 12:24:20 +00:00
Pass the correct export password to the encoder function.
This commit is contained in:
parent
7b0300081b
commit
5fb1fe9119
@ -130,7 +130,7 @@ main(int argc, char **argv)
|
|||||||
|
|
||||||
else if (pass_in) {
|
else if (pass_in) {
|
||||||
res = vg_protect_encode_privkey(ecprot, pkey, privtype,
|
res = vg_protect_encode_privkey(ecprot, pkey, privtype,
|
||||||
parameter_group, pwbuf);
|
parameter_group, pass_in);
|
||||||
|
|
||||||
if (!res) {
|
if (!res) {
|
||||||
fprintf(stderr, "ERROR: could not password-protect "
|
fprintf(stderr, "ERROR: could not password-protect "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user