Skip to content

Commit

Permalink
formating of condition
Browse files Browse the repository at this point in the history
  • Loading branch information
msetina authored and Jakuje committed May 23, 2024
1 parent 04c7b98 commit 48e5007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libopensc/card-idprime.c
Original file line number Diff line number Diff line change
Expand Up @@ -654,8 +654,8 @@ static int idprime_init(sc_card_t *card)
_sc_card_add_rsa_alg(card, 4096, flags, 0);
}
if (card->type == SC_CARD_TYPE_IDPRIME_930 ||
card->type == SC_CARD_TYPE_IDPRIME_940 ||
card->type == SC_CARD_TYPE_IDPRIME_840) {
card->type == SC_CARD_TYPE_IDPRIME_940 ||
card->type == SC_CARD_TYPE_IDPRIME_840) {
/* Set up algorithm info for EC */
flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDSA_HASH_NONE;
ext_flags = SC_ALGORITHM_EXT_EC_F_P
Expand Down

0 comments on commit 48e5007

Please sign in to comment.