summaryrefslogtreecommitdiffstats
path: root/crypto/ts/ts_resp_print.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ts/ts_resp_print.c')
-rw-r--r--crypto/ts/ts_resp_print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ts/ts_resp_print.c b/crypto/ts/ts_resp_print.c
index 58a5888718..6421315e41 100644
--- a/crypto/ts/ts_resp_print.c
+++ b/crypto/ts/ts_resp_print.c
@@ -194,7 +194,7 @@ int TS_TST_INFO_print_bio(BIO *bio, TS_TST_INFO *a)
/* Print version. */
v = TS_TST_INFO_get_version(a);
- BIO_printf(bio, "Version: %ld\n", v);
+ BIO_printf(bio, "Version: %d\n", v);
/* Print policy id. */
BIO_printf(bio, "Policy OID: ");