# HG changeset patch # User Matti Hamalainen # Date 1307630407 -10800 # Node ID 2d8967497e214aeceee5a40513bc5a76a8f815d4 # Parent 2cff949abbc535d9a745e352c7cb95b71f368307 Remove 'encryption key' define. diff -r 2cff949abbc5 -r 2d8967497e21 nnchat.c --- a/nnchat.c Thu Jun 09 11:39:33 2011 +0300 +++ b/nnchat.c Thu Jun 09 17:40:07 2011 +0300 @@ -32,13 +32,6 @@ #define SET_DELAY (5) #endif -/* Define the weak "encryption" key used for locally stored passwords. - * This has no other purpose than to obfuscate keys in configuration - * file(s) from casual observers. In NO WAY this can be seen as a - * true security measure! - */ -#define SET_ENC_KEY "1a#!sCbZxcGj0a04hBz&S" - #define SET_BACKBUF_LEN (512) /* Backbuffer size (in lines) */ #define SET_MAX_HISTORY (16) /* Command history length */ #define SET_KEEPALIVE (15*60) /* Ping/keepalive period in seconds */