summaryrefslogtreecommitdiffstats
path: root/crypto/ts/ts_req_print.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ts/ts_req_print.c')
-rw-r--r--crypto/ts/ts_req_print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ts/ts_req_print.c b/crypto/ts/ts_req_print.c
index 7f0f213b9b..8827f20d65 100644
--- a/crypto/ts/ts_req_print.c
+++ b/crypto/ts/ts_req_print.c
@@ -74,7 +74,7 @@ int TS_REQ_print_bio(BIO *bio, TS_REQ *a)
if (a == NULL) return 0;
v = TS_REQ_get_version(a);
- BIO_printf(bio, "Version: %ld\n", v);
+ BIO_printf(bio, "Version: %d\n", v);
TS_MSG_IMPRINT_print_bio(bio, TS_REQ_get_msg_imprint(a));