Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334317
b: refs/heads/master
c: cf75446
h: refs/heads/master
i:
  334315: a2d8448
v: v3
  • Loading branch information
Randy Dunlap authored and Rusty Russell committed Oct 10, 2012
1 parent 1958b1e commit 9b4f5b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a5752d11b3853fcdb48b303573dd39b09d05e500
refs/heads/master: cf75446e69305307225e12f2eb2e856db268195e
2 changes: 1 addition & 1 deletion trunk/crypto/asymmetric_keys/x509_cert_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ int x509_note_OID(void *context, size_t hdrlen,
if (ctx->last_oid == OID__NR) {
char buffer[50];
sprint_oid(value, vlen, buffer, sizeof(buffer));
pr_debug("Unknown OID: [%zu] %s\n",
pr_debug("Unknown OID: [%lu] %s\n",
(unsigned long)value - ctx->data, buffer);
}
return 0;
Expand Down

0 comments on commit 9b4f5b7

Please sign in to comment.