Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dsshconnect2.c340 int *batch_flag; /* flag in option struct that disables method */ member
2267 if (method->batch_flag != NULL && *method->batch_flag != 0) in authmethod_is_enabled()