about summary refs log tree commit diff stats
path: root/src/config
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-11-07 22:15:43 +0000
committerJames Booth <boothj5@gmail.com>2013-11-07 22:15:43 +0000
commit99d3322834c337bd6de755665acc08472769b5bd (patch)
tree59a68e30159eaea454320360c466e064a1a25e6f /src/config
parent1248f49cfaf9806dfcf40e0d0f6fe854d693d6a3 (diff)
downloadprofani-tty-99d3322834c337bd6de755665acc08472769b5bd.tar.gz
Added MAX_PASSWORD_SIZE set to 64
fixes #245
Diffstat (limited to 'src/config')
-rw-r--r--src/config/accounts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/accounts.h b/src/config/accounts.h
index ba282eac..f28067f1 100644
--- a/src/config/accounts.h
+++ b/src/config/accounts.h
@@ -23,6 +23,8 @@
 #ifndef ACCOUNTS_H
 #define ACCOUNTS_H
 
+#define MAX_PASSWORD_SIZE 64
+
 #include "common.h"
 
 typedef struct prof_account_t {