aboutsummaryrefslogtreecommitdiffstats
path: root/extra/libkeccak_state_wipe_message.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--extra/libkeccak_state_wipe_message.c (renamed from libkeccak_state_wipe_message.c)4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkeccak_state_wipe_message.c b/extra/libkeccak_state_wipe_message.c
index 135960c..364eb8e 100644
--- a/libkeccak_state_wipe_message.c
+++ b/extra/libkeccak_state_wipe_message.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 message wihout freeing any data
+ * Wipe data in the state's message without freeing any data
*
* @param state The state that should be wipe
*/