diff options
Diffstat (limited to 'lib/include/defs.h')
-rw-r--r-- | lib/include/defs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/include/defs.h b/lib/include/defs.h index a15a2fd..d4a57a9 100644 --- a/lib/include/defs.h +++ b/lib/include/defs.h @@ -58,4 +58,7 @@ /* Fixed paths */ #define OSMORA_TRUST "/etc/ostp/trusted_users.osmt" +/* Maximum length of an IP */ +#define IP_LEN_MAX 46 + #endif |