aboutsummaryrefslogtreecommitdiff
path: root/test/json_test.c
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-03-04 22:56:45 +0000
committerHugo Landau <hlandau@openssl.org>2024-03-06 20:44:48 +0000
commit8d8866aff39399dbee2d49c59aca466794c53ba7 (patch)
treec1b76e1195886420f4d5458bbc822de7bcba1a2a /test/json_test.c
parent6a11cd50d52694353d7bb11421490939d92df1b6 (diff)
downloadopenssl-8d8866aff39399dbee2d49c59aca466794c53ba7.zip
openssl-8d8866aff39399dbee2d49c59aca466794c53ba7.tar.gz
openssl-8d8866aff39399dbee2d49c59aca466794c53ba7.tar.bz2
QUIC QLOG: Fix ANSI
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23744)
Diffstat (limited to 'test/json_test.c')
-rw-r--r--test/json_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/json_test.c b/test/json_test.c
index 8cde1be..5a054b7 100644
--- a/test/json_test.c
+++ b/test/json_test.c
@@ -89,7 +89,7 @@ enum {
OPK_CALL_D, /* (OSSL_JSON_ENC *, double) */
OPK_CALL_PZ, /* (OSSL_JSON_ENC *, const void *, size_t) */
OPK_ASSERT_ERROR, /* (OSSL_JSON_ENC *, int expect_error) */
- OPK_INIT_FLAGS, /* (uint32_t flags) */
+ OPK_INIT_FLAGS /* (uint32_t flags) */
};
typedef void (*fp_type)(OSSL_JSON_ENC *);