Added MAX_PASSWORD_SIZE set to 64

fixes #245
This commit is contained in:
James Booth
2013-11-07 22:15:43 +00:00
parent 1248f49cfa
commit 99d3322834
3 changed files with 5 additions and 2 deletions

View File

@@ -23,6 +23,8 @@
#ifndef ACCOUNTS_H
#define ACCOUNTS_H
#define MAX_PASSWORD_SIZE 64
#include "common.h"
typedef struct prof_account_t {