Skip to content

Commit 8e4feb2

Browse files
Prefix wolfSSH specific options with wolfSSH_.
1 parent 1bc11e9 commit 8e4feb2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/wolfsshd/configuration.c

+5-5
Original file line numberDiff line numberDiff line change
@@ -391,13 +391,13 @@ static const CONFIG_OPTION options[NUM_OPTIONS] = {
391391
{OPT_FORCE_CMD, "ForceCommand"},
392392
{OPT_HOST_CERT, "HostCertificate"},
393393
{OPT_TRUSTED_USER_CA_KEYS, "TrustedUserCAKeys"},
394-
{OPT_TRUSTED_SYSTEM_CA_KEYS, "TrustedSystemCAKeys"},
395394
{OPT_PIDFILE, "PidFile"},
396395
{OPT_BANNER, "Banner"},
397-
{OPT_TRUSTED_USER_CA_STORE, "TrustedUserCaStore"},
398-
{OPT_WIN_USER_STORES, "WinUserStores"},
399-
{OPT_WIN_USER_DW_FLAGS, "WinUserDwFlags"},
400-
{OPT_WIN_USER_PV_PARA, "WinUserPvPara"},
396+
{OPT_TRUSTED_SYSTEM_CA_KEYS, "wolfSSH_TrustedSystemCAKeys"},
397+
{OPT_TRUSTED_USER_CA_STORE, "wolfSSH_TrustedUserCaStore"},
398+
{OPT_WIN_USER_STORES, "wolfSSH_WinUserStores"},
399+
{OPT_WIN_USER_DW_FLAGS, "wolfSSH_WinUserDwFlags"},
400+
{OPT_WIN_USER_PV_PARA, "wolfSSH_WinUserPvPara"},
401401
};
402402

403403
/* returns WS_SUCCESS on success */

0 commit comments

Comments
 (0)