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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wg_noise.h b/src/wg_noise.h
index 8d7b54e..05ec22b 100644
--- a/src/wg_noise.h
+++ b/src/wg_noise.h
@@ -129,4 +129,8 @@ int noise_consume_response(
uint8_t ue[NOISE_PUBLIC_KEY_LEN],
uint8_t en[0 + NOISE_AUTHTAG_LEN]);
+#ifdef SELFTESTS
+void noise_counter_selftest(void);
+#endif /* SELFTESTS */
+
#endif /* __NOISE_H__ */