Skip to content

Commit

Permalink
pkcs15-jpki.c - code format change
Browse files Browse the repository at this point in the history
Suggesed by clang-format-lint

 On branch JPKI-Improvements
 Changes to be committed:
	modified:   libopensc/pkcs15-jpki.c
  • Loading branch information
dengert committed Aug 30, 2024
1 parent 9ceb0e4 commit 02e5262
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/libopensc/pkcs15-jpki.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,8 @@ sc_pkcs15emu_jpki_init(sc_pkcs15_card_t * p15card)
"Digital Signature Public Key"
};
static int jpki_pubkey_flags[2] = {
0,
SC_PKCS15_CO_FLAG_PRIVATE
};
0,
SC_PKCS15_CO_FLAG_PRIVATE};
static int jpki_pubkey_auth_id[2] = {0, 2};
struct sc_pkcs15_pubkey_info pubkey_info;
struct sc_pkcs15_object pubkey_obj;
Expand Down

0 comments on commit 02e5262

Please sign in to comment.