diff options
author | Hugo Landau <hlandau@openssl.org> | 2024-03-04 23:56:45 +0100 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2024-03-06 21:44:48 +0100 |
commit | 8d8866aff39399dbee2d49c59aca466794c53ba7 (patch) | |
tree | c1b76e1195886420f4d5458bbc822de7bcba1a2a /test/json_test.c | |
parent | QUIC QLOG: Fix use of sprintf (diff) | |
download | openssl-8d8866aff39399dbee2d49c59aca466794c53ba7.tar.xz openssl-8d8866aff39399dbee2d49c59aca466794c53ba7.zip |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/json_test.c b/test/json_test.c index 8cde1be2e3..5a054b7c6d 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 *); |