There was an error while loading. Please reload this page.
1 parent 8ecef96 commit 7da9297Copy full SHA for 7da9297
1 file changed
apps/wolfsshd/configuration.c
@@ -441,14 +441,14 @@ static const CONFIG_OPTION options[NUM_OPTIONS] = {
441
{OPT_FORCE_CMD, "ForceCommand"},
442
{OPT_HOST_CERT, "HostCertificate"},
443
{OPT_TRUSTED_USER_CA_KEYS, "TrustedUserCAKeys"},
444
- {OPT_TRUSTED_SYSTEM_CA_KEYS, "TrustedSystemCAKeys"},
445
{OPT_PIDFILE, "PidFile"},
446
{OPT_BANNER, "Banner"},
447
{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"},
+ {OPT_TRUSTED_SYSTEM_CA_KEYS, "wolfSSH_TrustedSystemCAKeys"},
+ {OPT_TRUSTED_USER_CA_STORE, "wolfSSH_TrustedUserCaStore"},
+ {OPT_WIN_USER_STORES, "wolfSSH_WinUserStores"},
+ {OPT_WIN_USER_DW_FLAGS, "wolfSSH_WinUserDwFlags"},
+ {OPT_WIN_USER_PV_PARA, "wolfSSH_WinUserPvPara"},
452
};
453
454
/* returns WS_SUCCESS on success */
0 commit comments