aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_sha512_256.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_sha512_256.c')
-rw-r--r--src/microhttpd/test_sha512_256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/test_sha512_256.c b/src/microhttpd/test_sha512_256.c
index 1de90c3e..f46e2cf0 100644
--- a/src/microhttpd/test_sha512_256.c
+++ b/src/microhttpd/test_sha512_256.c
@@ -80,7 +80,7 @@ static const struct data_unit1 data_units1[] = {
80 "abcdefghijklmnopqrstuvwxyzzyxwvutsrqponMLKJIHGFEDCBA"), 80 "abcdefghijklmnopqrstuvwxyzzyxwvutsrqponMLKJIHGFEDCBA"),
81 {0xad, 0xe9, 0x5d, 0x55, 0x3b, 0x9e, 0x45, 0x69, 0xdb, 0x53, 0xa4, 0x04, 81 {0xad, 0xe9, 0x5d, 0x55, 0x3b, 0x9e, 0x45, 0x69, 0xdb, 0x53, 0xa4, 0x04,
82 0x92, 0xe7, 0x87, 0x94, 0xff, 0xc9, 0x98, 0x5f, 0x93, 0x03, 0x86, 0x45, 82 0x92, 0xe7, 0x87, 0x94, 0xff, 0xc9, 0x98, 0x5f, 0x93, 0x03, 0x86, 0x45,
83 0xe1, 0x97, 0x17, 0x72, 0x7c, 0xbc, 0x31, 0x15}}, 83 0xe1, 0x97, 0x17, 0x72, 0x7c, 0xbc, 0x31, 0x15}}
84}; 84};
85 85
86static const size_t units1_num = sizeof(data_units1) / sizeof(data_units1[0]); 86static const size_t units1_num = sizeof(data_units1) / sizeof(data_units1[0]);