Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssh/dist/
H A Dssh-keygen.c131 static char *certflags_command = NULL; variable
1667 if (certflags_command != NULL) in finalise_cert_exts()
1668 cert_ext_add("force-command", certflags_command, 1); in finalise_cert_exts()
2021 if (certflags_command != NULL) in add_cert_option()
2023 certflags_command = xstrdup(val); in add_cert_option()