From: Hugo Landau Date: Mon, 1 Apr 2024 10:32:49 +0000 (+0100) Subject: Fix nit X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0f3addf51c524255ad99bd68875de2ba849cae4;p=thirdparty%2Fopenssl.git Fix nit Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23487) --- 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: