aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_sha256.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_sha256.c')
-rw-r--r--src/microhttpd/test_sha256.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/microhttpd/test_sha256.c b/src/microhttpd/test_sha256.c
index 287414aa..a44ceedc 100644
--- a/src/microhttpd/test_sha256.c
+++ b/src/microhttpd/test_sha256.c
@@ -87,7 +87,17 @@ static const struct data_unit1 data_units1[] = {
87 {0x27, 0xd1, 0xe8, 0xbc, 0x6a, 0x79, 0x16, 0x83, 0x61, 0x73, 0xa9, 0xa8, 87 {0x27, 0xd1, 0xe8, 0xbc, 0x6a, 0x79, 0x16, 0x83, 0x61, 0x73, 0xa9, 0xa8,
88 0x9b, 0xaf, 0xaf, 0xcf, 88 0x9b, 0xaf, 0xaf, 0xcf,
89 0x47, 0x4d, 0x09, 0xef, 0x6d, 0x50, 0x35, 0x12, 0x25, 0x72, 0xd8, 0x68, 89 0x47, 0x4d, 0x09, 0xef, 0x6d, 0x50, 0x35, 0x12, 0x25, 0x72, 0xd8, 0x68,
90 0xdc, 0x1f, 0xd2, 0xf4}} 90 0xdc, 0x1f, 0xd2, 0xf4}},
91 {D_STR_W_LEN ("/long/long/long/long/long/long/long/long/long/long/long" \
92 "/long/long/long/long/long/long/long/long/long/long/long" \
93 "/long/long/long/long/long/long/long/long/long/long/long" \
94 "/long/long/long/long/long/long/long/long/long/long/long" \
95 "/long/long/long/long/long/long/long/long/long/long/long" \
96 "/long/long/long/long/long/long/long/long/long/long/long" \
97 "/long/long/long/long/path?with%20some=parameters"),
98 {0x73, 0x85, 0xc5, 0xb9, 0x8f, 0xaf, 0x7d, 0x5e, 0xad, 0xd8, 0x0b, 0x8e,
99 0x12, 0xdb, 0x28, 0x60, 0xc7, 0xc7, 0x55, 0x05, 0x2f, 0x7c, 0x6f, 0xfa,
100 0xd1, 0xe3, 0xe1, 0x7b, 0x04, 0xd4, 0xb0, 0x21}}
91}; 101};
92 102
93static const size_t units1_num = sizeof(data_units1) / sizeof(data_units1[0]); 103static const size_t units1_num = sizeof(data_units1) / sizeof(data_units1[0]);