diff options
Diffstat (limited to 'test/hexstr_test.c')
-rw-r--r-- | test/hexstr_test.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/hexstr_test.c b/test/hexstr_test.c index 566615ed6d68..7f3bd505b7d6 100644 --- a/test/hexstr_test.c +++ b/test/hexstr_test.c @@ -16,8 +16,7 @@ #include "internal/cryptlib.h" #include "testutil.h" -struct testdata -{ +struct testdata { const char *in; const unsigned char *expected; size_t expected_len; |