Unified the usages of maxkeys and maxpasswd.
This commit is contained in:
Markus Makela
2015-06-16 17:10:00 +03:00
parent 97a06e4006
commit 466ee46d82
5 changed files with 47 additions and 46 deletions

View File

@ -53,5 +53,5 @@ typedef struct maxkeys {
extern int secrets_writeKeys(char *filename);
extern char *decryptPassword(char *);
extern char *encryptPassword(char *);
extern char *encryptPassword(char*,char *);
#endif