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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/test_sha256.c b/src/microhttpd/test_sha256.c
index 599f425f..287414aa 100644
--- a/src/microhttpd/test_sha256.c
+++ b/src/microhttpd/test_sha256.c
@@ -82,12 +82,12 @@ static const struct data_unit1 data_units1[] = {
82 0x73, 0x82, 0xac, 0x92, 82 0x73, 0x82, 0xac, 0x92,
83 0xca, 0x37, 0xfd, 0x72, 0x8b, 0x0c, 0xd1, 0x6c, 0x55, 0xd5, 0x88, 0x98, 83 0xca, 0x37, 0xfd, 0x72, 0x8b, 0x0c, 0xd1, 0x6c, 0x55, 0xd5, 0x88, 0x98,
84 0x24, 0xfa, 0x16, 0xf2}}, 84 0x24, 0xfa, 0x16, 0xf2}},
85 {D_STR_W_LEN ("abcdefghijklmnopqrstuvwxyzzyxwvutsrqponMLKJIHGFEDCBA" 85 {D_STR_W_LEN ("abcdefghijklmnopqrstuvwxyzzyxwvutsrqponMLKJIHGFEDCBA" \
86 "abcdefghijklmnopqrstuvwxyzzyxwvutsrqponMLKJIHGFEDCBA"), 86 "abcdefghijklmnopqrstuvwxyzzyxwvutsrqponMLKJIHGFEDCBA"),
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}; 91};
92 92
93static const size_t units1_num = sizeof(data_units1) / sizeof(data_units1[0]); 93static const size_t units1_num = sizeof(data_units1) / sizeof(data_units1[0]);