blob: 8635305491b71e7712c882eb58a3bcc8bc950fa1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/src/core.h b/src/core.h
index 78000ba..91c7bcf 100644
--- a/src/core.h
+++ b/src/core.h
@@ -135,7 +135,7 @@ void secure_wipe_memory(void *v, size_t n);
* @param mem Pointer to the memory
* @param s Memory size in bytes
*/
-void clear_internal_memory(void *v, size_t n);
+ARGON2_PUBLIC void clear_internal_memory(void *v, size_t n);
/*
* Computes absolute position of reference block in the lane following a skewed
|