Skip to content

Commit 1e05ae3

Browse files
kareem-wolfsslJacobBarthelmeh
authored andcommitted
Prefix wolfSSH specific options with wolfSSH_.
1 parent b71d1c5 commit 1e05ae3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

apps/wolfsshd/configuration.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -471,14 +471,14 @@ static const CONFIG_OPTION options[NUM_OPTIONS] = {
471471
{OPT_FORCE_CMD, "ForceCommand"},
472472
{OPT_HOST_CERT, "HostCertificate"},
473473
{OPT_TRUSTED_USER_CA_KEYS, "TrustedUserCAKeys"},
474-
{OPT_TRUSTED_SYSTEM_CA_KEYS, "TrustedSystemCAKeys"},
475474
{OPT_PIDFILE, "PidFile"},
476475
{OPT_BANNER, "Banner"},
477476
{OPT_STRICT_MODES, "StrictModes"},
478-
{OPT_TRUSTED_USER_CA_STORE, "TrustedUserCaStore"},
479-
{OPT_WIN_USER_STORES, "WinUserStores"},
480-
{OPT_WIN_USER_DW_FLAGS, "WinUserDwFlags"},
481-
{OPT_WIN_USER_PV_PARA, "WinUserPvPara"},
477+
{OPT_TRUSTED_SYSTEM_CA_KEYS, "wolfSSH_TrustedSystemCAKeys"},
478+
{OPT_TRUSTED_USER_CA_STORE, "wolfSSH_TrustedUserCaStore"},
479+
{OPT_WIN_USER_STORES, "wolfSSH_WinUserStores"},
480+
{OPT_WIN_USER_DW_FLAGS, "wolfSSH_WinUserDwFlags"},
481+
{OPT_WIN_USER_PV_PARA, "wolfSSH_WinUserPvPara"},
482482
{OPT_AUTHORIZED_UPN_DOMAINS, "AuthorizedUPNDomains"},
483483
};
484484

0 commit comments

Comments
 (0)