Skip to content

Commit

Permalink
#121 fix create keyfile function
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-modelist-dev committed Feb 14, 2019
1 parent 908f85f commit 088bdc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keychain_lib/src/keyfile_singleton.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ keyfile_format::keyfile_t keychain_app::create_new_keyfile(
keyfile.keychain_version = version_info::short_version();
keyfile.filetype = keyfile_format::TYPE_KEY;
keyfile.keyinfo.curve_type = curve;
return keyfile;
}

bool keychain_app::remove_unlock(const keyfile_format::keyfile_t& keyfile, get_password_f&& get_passwd)
Expand Down

0 comments on commit 088bdc7

Please sign in to comment.