From e6e924374d49aa14e94a28d9b64a9f63bae2426d Mon Sep 17 00:00:00 2001 From: sin Date: Mon, 22 Sep 2014 11:27:30 +0100 Subject: Add support for encrypted save files --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 5dfbe1d..acc4b34 100644 --- a/config.def.h +++ b/config.def.h @@ -1,5 +1,7 @@ /* See LICENSE file for copyright and license details. */ +static int encryptsave = 0; + static struct node nodes[] = { { .addr4 = "192.254.75.98", -- cgit v1.2.3