Reindent server/core/secrets.c

This commit is contained in:
Johan Wikman
2015-11-30 18:26:04 +02:00
parent 233f50f3e6
commit 17eb80072f
2 changed files with 28 additions and 27 deletions

View File

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