From ee4a41a6ea3f5b281b0e7cbd0c5cb4d945fc6026 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 10 Jun 2022 22:00:15 +0000 Subject: More %i vs %d cleanup --- src/regress/lib/libssl/tlslegacy/tlslegacytest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/regress/lib/libssl/tlslegacy') diff --git a/src/regress/lib/libssl/tlslegacy/tlslegacytest.c b/src/regress/lib/libssl/tlslegacy/tlslegacytest.c index 17e19448d8..f18b0eeac3 100644 --- a/src/regress/lib/libssl/tlslegacy/tlslegacytest.c +++ b/src/regress/lib/libssl/tlslegacy/tlslegacytest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tlslegacytest.c,v 1.5 2021/11/20 16:36:55 tb Exp $ */ +/* $OpenBSD: tlslegacytest.c,v 1.6 2022/06/10 22:00:15 tb Exp $ */ /* * Copyright (c) 2015, 2016, 2017, 2020 Joel Sing * @@ -567,7 +567,7 @@ tlslegacy_client_test(int testno, struct tlslegacy_client_test *tct) SSL *ssl = NULL; int ret = 1; - fprintf(stderr, "Test %i - %s\n", testno, tct->desc); + fprintf(stderr, "Test %d - %s\n", testno, tct->desc); if ((rbio = BIO_new_mem_buf(tct->server_response, tct->server_response_len)) == NULL) { -- cgit v1.2.3-55-g6feb