Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some OpenPGP cleanups #1602

Merged
merged 2 commits into from
Feb 12, 2019
Merged

some OpenPGP cleanups #1602

merged 2 commits into from
Feb 12, 2019

Conversation

marschap
Copy link
Contributor

@marschap marschap commented Feb 3, 2019

Hi,

this 2-commit PR

  • fixes compilation of card-openpgp.c on 32-bit environments by using SC_FORMAT_LEN_SIZE_T as printf format specifier for variables of type size_t
  • removes trailing space from card-openpgp.c (no functional change)

Thanks in advance for including it into OpenSC master

remove trailing spaces & tabs
Fix sc_log() call in pgp_calculate_and_store_fingerprint() to use
SC_FORMAT_LEN_SIZE_T when logging variables of type 'size_t'.

This unbreaks compilation on 32-bit systems.
@frankmorgner frankmorgner merged commit 4757466 into OpenSC:master Feb 12, 2019
@marschap marschap deleted the openpgp-cleanup branch February 16, 2019 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants