mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 09:29:52 +03:00
Add accountcertget for openssl engine authentication type
retrigger build
This commit is contained in:
parent
20b84f3928
commit
51ffe4be2c
@ -4722,7 +4722,7 @@ UINT PcAccountCertGet(CONSOLE *c, char *cmd_name, wchar_t *str, void *param)
|
||||
|
||||
if (ret == ERR_NO_ERROR)
|
||||
{
|
||||
if (t.ClientAuth->AuthType != CLIENT_AUTHTYPE_CERT)
|
||||
if (t.ClientAuth->AuthType != CLIENT_AUTHTYPE_CERT && t.ClientAuth->AuthType != CLIENT_AUTHTYPE_OPENSSLENGINE)
|
||||
{
|
||||
c->Write(c, _UU("CMD_CascadeCertSet_Not_Auth_Cert"));
|
||||
ret = ERR_INTERNAL_ERROR;
|
||||
|
Loading…
Reference in New Issue
Block a user