Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cedar/SM.c')
-rw-r--r--src/Cedar/SM.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cedar/SM.c b/src/Cedar/SM.c
index 8741c505..b2161386 100644
--- a/src/Cedar/SM.c
+++ b/src/Cedar/SM.c
@@ -8662,7 +8662,7 @@ void SmCreateCertDlgUpdate(HWND hWnd, SM_CERT *s)
}
i = GetInt(hWnd, E_EXPIRE);
- if (i == 0 || i >= (365 * 30))
+ if (i == 0 || i >= 2920000)
{
ok = false;
}