Skip to content

Commit 200fbe9

Browse files
olszomalmtrojnar
authored andcommitted
Fix printf format specifier, CID 492828, 492829
1 parent 6de7737 commit 200fbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/p11_pkey.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ static int pkcs11_eddsa_sign(unsigned char *sigret, unsigned int *siglen,
638638
mechanism.mechanism = CKM_EDDSA;
639639

640640
pkcs11_log(ctx, LOG_DEBUG, "%s:%d pkcs11_eddsa_sign() "
641-
"sigret=%p *siglen=%lu tbs=%p tbslen=%lu\n",
641+
"sigret=%p *siglen=%u tbs=%p tbslen=%u\n",
642642
__FILE__, __LINE__, sigret, *siglen, tbs, tbslen);
643643

644644
if (pkcs11_get_session(slot, 0, &session))

0 commit comments

Comments
 (0)