diff options
Diffstat (limited to 'trunk/tests/gpg')
-rw-r--r-- | trunk/tests/gpg/t-encrypt-sign.c | 2 | ||||
-rw-r--r-- | trunk/tests/gpg/t-signers.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/trunk/tests/gpg/t-encrypt-sign.c b/trunk/tests/gpg/t-encrypt-sign.c index 96aebda0..858a99c3 100644 --- a/trunk/tests/gpg/t-encrypt-sign.c +++ b/trunk/tests/gpg/t-encrypt-sign.c @@ -61,7 +61,7 @@ check_result (gpgme_sign_result_t result, gpgme_sig_mode_t type) } if (result->signatures->class != 0) { - fprintf (stderr, "Wrong signature class reported: %lu\n", + fprintf (stderr, "Wrong signature class reported: %u\n", result->signatures->class); exit (1); } diff --git a/trunk/tests/gpg/t-signers.c b/trunk/tests/gpg/t-signers.c index 1f2e48f9..d74d4479 100644 --- a/trunk/tests/gpg/t-signers.c +++ b/trunk/tests/gpg/t-signers.c @@ -68,7 +68,7 @@ check_result (gpgme_sign_result_t result, gpgme_sig_mode_t type) } if (signature->class != 1) { - fprintf (stderr, "Wrong signature class reported: %lu\n", + fprintf (stderr, "Wrong signature class reported: %u\n", signature->class); exit (1); } |