diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/auth.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ #pragma once +#include "globals.h" + #define SALT_LEN 12 #define ALGO GCRY_MD_SHA512 #define AUTH_HASHLEN (512/8) |
| index : netcosm | ||
| A MUD Server | Franklin Wei |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | src/auth.h | 2 |
@@ -18,6 +18,8 @@ #pragma once +#include "globals.h" + #define SALT_LEN 12 #define ALGO GCRY_MD_SHA512 #define AUTH_HASHLEN (512/8) |