Skip to content

Commit

Permalink
libsexpp update (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Jun 3, 2024
1 parent 3366003 commit be9d24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librekey/key_store_g10.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ g23_parse_seckey(pgp_key_pkt_t &seckey,
return false;
}

auto & alg_bt = alg_s_exp->sexp_string_at(0)->get_string().as_string();
auto alg_bt = alg_s_exp->sexp_string_at(0)->get_string().as_string();
pgp_pubkey_alg_t alg = static_cast<pgp_pubkey_alg_t>(
id_str_pair::lookup(g10_alg_aliases, alg_bt.c_str(), PGP_PKA_NOTHING));
if (alg == PGP_PKA_NOTHING) {
Expand Down

0 comments on commit be9d24c

Please sign in to comment.