Loading crypto/ts/ts_req_print.c +1 −1 Original line number Diff line number Diff line Loading @@ -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)); Loading crypto/ts/ts_resp_print.c +1 −1 Original line number Diff line number Diff line Loading @@ -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: "); Loading Loading
crypto/ts/ts_req_print.c +1 −1 Original line number Diff line number Diff line Loading @@ -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)); Loading
crypto/ts/ts_resp_print.c +1 −1 Original line number Diff line number Diff line Loading @@ -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: "); Loading