X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fdefines.h;h=cd0a1666ae58a7696c27f7c5aeac40fcfeea565b;hp=953eac33b5855e2166fd7d33478595b450133a35;hb=49385a98;hpb=b9e6cb3e556730f74464026a33d6904ffd340874 diff --git a/src/ngircd/defines.h b/src/ngircd/defines.h index 953eac33..cd0a1666 100644 --- a/src/ngircd/defines.h +++ b/src/ngircd/defines.h @@ -44,9 +44,12 @@ /** Max. length of file name. */ #define FNAME_LEN 256 -/** Max. lenght of fully qualified host names (e. g. "abc.domain.tld"). */ +/** Max. length of fully qualified host names (e. g. "abc.domain.tld"). */ #define HOST_LEN 256 +/** Max. length of random salt */ +#define RANDOM_SALT_LEN 32 + /* Size of structures */