Wipe (some) secrets from memory after use
[tinc] / src / utils.c
index c2f4333..c395169 100644 (file)
@@ -18,6 +18,8 @@
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
+#include <assert.h>
+
 #include "logger.h"
 #include "system.h"
 #include "utils.h"