aboutsummaryrefslogtreecommitdiffstats
path: root/src/wg_noise.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wg_noise.h')
-rw-r--r--src/wg_noise.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wg_noise.h b/src/wg_noise.h
index 6fa282b..219b268 100644
--- a/src/wg_noise.h
+++ b/src/wg_noise.h
@@ -129,7 +129,7 @@ int noise_consume_response(
uint8_t en[0 + NOISE_AUTHTAG_LEN]);
#ifdef SELFTESTS
-void noise_counter_selftest(void);
+bool noise_counter_selftest(void);
#endif /* SELFTESTS */
#endif /* __NOISE_H__ */