]> git.karo-electronics.de Git - karo-tx-linux.git/commit
asymmetric keys: fix printk format warning
authorRandy Dunlap <rdunlap@xenotime.net>
Wed, 3 Oct 2012 23:04:46 +0000 (16:04 -0700)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 8 Oct 2012 04:04:02 +0000 (14:34 +1030)
commit6be5c880b8373cf0f989ab11b6085d52c8b3ffcf
tree892a4d6823b4884468e2e9dea406b3a4f4740f3a
parente42566432ee87820ef37ac3f2c1f215057467ebc
asymmetric keys: fix printk format warning

Fix printk format warning in x509_cert_parser.c:

crypto/asymmetric_keys/x509_cert_parser.c: In function 'x509_note_OID':
crypto/asymmetric_keys/x509_cert_parser.c:113:3: warning: format '%zu' expects type 'size_t', but argument 2 has type 'long unsigned int'

Builds cleanly on i386 and x86_64.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: David Howells <dhowells@redhat.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: linux-crypto@vger.kernel.org
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
crypto/asymmetric_keys/x509_cert_parser.c