Skip to content

Commit 7da9297

Browse files
kareem-wolfsslJacobBarthelmeh
authored andcommitted
Prefix wolfSSH specific options with wolfSSH_.
1 parent 8ecef96 commit 7da9297

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
@@ -441,14 +441,14 @@ static const CONFIG_OPTION options[NUM_OPTIONS] = {
441441
{OPT_FORCE_CMD, "ForceCommand"},
442442
{OPT_HOST_CERT, "HostCertificate"},
443443
{OPT_TRUSTED_USER_CA_KEYS, "TrustedUserCAKeys"},
444-
{OPT_TRUSTED_SYSTEM_CA_KEYS, "TrustedSystemCAKeys"},
445444
{OPT_PIDFILE, "PidFile"},
446445
{OPT_BANNER, "Banner"},
447446
{OPT_STRICT_MODES, "StrictModes"},
448-
{OPT_TRUSTED_USER_CA_STORE, "TrustedUserCaStore"},
449-
{OPT_WIN_USER_STORES, "WinUserStores"},
450-
{OPT_WIN_USER_DW_FLAGS, "WinUserDwFlags"},
451-
{OPT_WIN_USER_PV_PARA, "WinUserPvPara"},
447+
{OPT_TRUSTED_SYSTEM_CA_KEYS, "wolfSSH_TrustedSystemCAKeys"},
448+
{OPT_TRUSTED_USER_CA_STORE, "wolfSSH_TrustedUserCaStore"},
449+
{OPT_WIN_USER_STORES, "wolfSSH_WinUserStores"},
450+
{OPT_WIN_USER_DW_FLAGS, "wolfSSH_WinUserDwFlags"},
451+
{OPT_WIN_USER_PV_PARA, "wolfSSH_WinUserPvPara"},
452452
};
453453

454454
/* returns WS_SUCCESS on success */

0 commit comments

Comments
 (0)