changeset 278:2d8967497e21

Remove 'encryption key' define.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 09 Jun 2011 17:40:07 +0300
parents 2cff949abbc5
children 11c99fe87f76
files nnchat.c
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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 */