diff options
Diffstat (limited to 'src/regress/lib/libssl/tlslegacy/tlslegacytest.c')
-rw-r--r-- | src/regress/lib/libssl/tlslegacy/tlslegacytest.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
1 | /* $OpenBSD: tlslegacytest.c,v 1.5 2021/11/20 16:36:55 tb Exp $ */ | 1 | /* $OpenBSD: tlslegacytest.c,v 1.6 2022/06/10 22:00:15 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2015, 2016, 2017, 2020 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2015, 2016, 2017, 2020 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -567,7 +567,7 @@ tlslegacy_client_test(int testno, struct tlslegacy_client_test *tct) | |||
567 | SSL *ssl = NULL; | 567 | SSL *ssl = NULL; |
568 | int ret = 1; | 568 | int ret = 1; |
569 | 569 | ||
570 | fprintf(stderr, "Test %i - %s\n", testno, tct->desc); | 570 | fprintf(stderr, "Test %d - %s\n", testno, tct->desc); |
571 | 571 | ||
572 | if ((rbio = BIO_new_mem_buf(tct->server_response, | 572 | if ((rbio = BIO_new_mem_buf(tct->server_response, |
573 | tct->server_response_len)) == NULL) { | 573 | tct->server_response_len)) == NULL) { |