Home GnuPG
Diffusion GnuPG bb5a1b7c738d

scd: fix for 64-bit arch.
bb5a1b7c738dUnpublished

Unpublished Commit · Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

scd: fix for 64-bit arch.

* agent/pksign.c (agent_pksign_do): Use int.
* scd/app-openpgp.c (get_public_key): Likewise.

On 64-bit architecture, int and size_t might be different.
For the first argument for '%b', int is expected.

Details

Provenance
gniibeAuthored on Mar 9 2015, 3:00 AM
Parents
rG87a218c3bf94: doc: Some typo fixes.
Branches
Unknown
Tags
Unknown

Event Timeline

NIIBE Yutaka <gniibe@fsij.org> committed rGbb5a1b7c738d: scd: fix for 64-bit arch. (authored by NIIBE Yutaka <gniibe@fsij.org>).Mar 9 2015, 3:00 AM