Home
last modified time | relevance | path

Searched refs:READCONF_MAX_DEPTH (Results 1 – 1 of 1) sorted by relevance

/dragonfly/crypto/openssh/
H A Dreadconf.c2232 #define READCONF_MAX_DEPTH 16 macro
2244 if (depth < 0 || depth > READCONF_MAX_DEPTH) in read_config_file_depth()