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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microhttpd/test_sha256.c b/src/microhttpd/test_sha256.c
index da6f6e1f..54cdf027 100644
--- a/src/microhttpd/test_sha256.c
+++ b/src/microhttpd/test_sha256.c
@@ -285,6 +285,7 @@ bin2hex (const uint8_t *bin,
285 *hex = 0; 285 *hex = 0;
286} 286}
287 287
288
288static int 289static int
289check_result (const char *test_name, 290check_result (const char *test_name,
290 unsigned int check_num, 291 unsigned int check_num,
@@ -365,6 +366,7 @@ test1_bin (void)
365 return num_failed; 366 return num_failed;
366} 367}
367 368
369
368/* Calculated SHA-256 as two iterations for whole data */ 370/* Calculated SHA-256 as two iterations for whole data */
369static int 371static int
370test2_str (void) 372test2_str (void)