diff options
| author | Franklin Wei <git@fwei.tk> | 2016-01-15 18:05:54 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-01-15 18:05:54 -0500 |
| commit | 1a626ab0cbf368b8bb5e41d850f759229d7039cd (patch) | |
| tree | 29cb39f48bba336425049569ad4a634d7fb31832 /src | |
| parent | 001601c74629de90044df4ab6fbd781c6bedcd1a (diff) | |
| download | netcosm-1a626ab0cbf368b8bb5e41d850f759229d7039cd.zip netcosm-1a626ab0cbf368b8bb5e41d850f759229d7039cd.tar.gz netcosm-1a626ab0cbf368b8bb5e41d850f759229d7039cd.tar.bz2 netcosm-1a626ab0cbf368b8bb5e41d850f759229d7039cd.tar.xz | |
build flags
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) |