diff options
-rw-r--r-- | crypto/asymmetric_keys/x509_cert_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asymmetric_keys/x509_cert_parser.c b/crypto/asymmetric_keys/x509_cert_parser.c index db07e8c9c883..7fabc4c01993 100644 --- a/crypto/asymmetric_keys/x509_cert_parser.c +++ b/crypto/asymmetric_keys/x509_cert_parser.c | |||
@@ -110,7 +110,7 @@ int x509_note_OID(void *context, size_t hdrlen, | |||
110 | if (ctx->last_oid == OID__NR) { | 110 | if (ctx->last_oid == OID__NR) { |
111 | char buffer[50]; | 111 | char buffer[50]; |
112 | sprint_oid(value, vlen, buffer, sizeof(buffer)); | 112 | sprint_oid(value, vlen, buffer, sizeof(buffer)); |
113 | pr_debug("Unknown OID: [%zu] %s\n", | 113 | pr_debug("Unknown OID: [%lu] %s\n", |
114 | (unsigned long)value - ctx->data, buffer); | 114 | (unsigned long)value - ctx->data, buffer); |
115 | } | 115 | } |
116 | return 0; | 116 | return 0; |