aboutsummaryrefslogtreecommitdiffstats
path: root/extra/libkeccak_state_wipe_sponge.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--extra/libkeccak_state_wipe_sponge.c (renamed from libkeccak_state_wipe_sponge.c)4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkeccak_state_wipe_sponge.c b/extra/libkeccak_state_wipe_sponge.c
index f57ec26..91e845a 100644
--- a/libkeccak_state_wipe_sponge.c
+++ b/extra/libkeccak_state_wipe_sponge.c
@@ -1,9 +1,9 @@
/* See LICENSE file for copyright and license details. */
-#include "common.h"
+#include "../common.h"
/**
- * Wipe data in the state's sponge wihout freeing any data
+ * Wipe data in the state's sponge without freeing any data
*
* @param state The state that should be wipe
*/