diff options
author | sin <sin@2f30.org> | 2014-09-22 11:27:30 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-09-22 11:27:30 +0100 |
commit | e6e924374d49aa14e94a28d9b64a9f63bae2426d (patch) | |
tree | 8ac09e4a34c12b3b8b670e40f8b6b26a264bd1fa /config.def.h | |
parent | 31c8d76ff28eee958fdbc3c84918a53040968860 (diff) |
Add support for encrypted save files
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
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", |