diff options
Diffstat (limited to 'tests/ocsp-basic-response.c')
-rw-r--r-- | tests/ocsp-basic-response.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ocsp-basic-response.c b/tests/ocsp-basic-response.c index 18ec394..3a190a8 100644 --- a/tests/ocsp-basic-response.c +++ b/tests/ocsp-basic-response.c @@ -96,7 +96,7 @@ main (int argc, char** argv) if (etype != ASN1_ETYPE_OCTET_STRING) { - fprintf (stderr, "error in %d: The type (%d) doesn't match octet string.\n", __LINE__, etype); + fprintf (stderr, "error in %d: The type (%d) doesn't match octet string.\n", __LINE__, (int)etype); exit (1); } |