From d0f3addf51c524255ad99bd68875de2ba849cae4 Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Mon, 1 Apr 2024 11:32:49 +0100 Subject: [PATCH] Fix nit Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23487) --- test/radix/quic_bindings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/radix/quic_bindings.c b/test/radix/quic_bindings.c index f2eb1474cf1..e752cd7a7a8 100644 --- a/test/radix/quic_bindings.c +++ b/test/radix/quic_bindings.c @@ -187,7 +187,7 @@ static const char *stream_state_to_str(int state) case SSL_STREAM_STATE_OK: return "OK"; case SSL_STREAM_STATE_WRONG_DIR: - return "wrong dir"; + return "wrong-dir"; case SSL_STREAM_STATE_FINISHED: return "finished"; case SSL_STREAM_STATE_RESET_LOCAL: -- 2.47.2