Skip to content

Commit

Permalink
Prefix wolfSSH specific options with wolfSSH_.
Browse files Browse the repository at this point in the history
  • Loading branch information
kareem-wolfssl committed Nov 15, 2024
1 parent 1bc11e9 commit 8e4feb2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/wolfsshd/configuration.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,13 +391,13 @@ static const CONFIG_OPTION options[NUM_OPTIONS] = {
{OPT_FORCE_CMD, "ForceCommand"},
{OPT_HOST_CERT, "HostCertificate"},
{OPT_TRUSTED_USER_CA_KEYS, "TrustedUserCAKeys"},
{OPT_TRUSTED_SYSTEM_CA_KEYS, "TrustedSystemCAKeys"},
{OPT_PIDFILE, "PidFile"},
{OPT_BANNER, "Banner"},
{OPT_TRUSTED_USER_CA_STORE, "TrustedUserCaStore"},
{OPT_WIN_USER_STORES, "WinUserStores"},
{OPT_WIN_USER_DW_FLAGS, "WinUserDwFlags"},
{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"},
};

/* returns WS_SUCCESS on success */
Expand Down

0 comments on commit 8e4feb2

Please sign in to comment.