diff options
author | dartraiden <wowemuh@gmail.com> | 2020-10-09 20:21:25 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2020-10-09 20:21:25 +0300 |
commit | 2e46e06ea68598be22b8992fb6708a1b46d50aac (patch) | |
tree | 5366b5310123454ad9392ce7dcc1f8ac0de9c627 /plugins | |
parent | ff7f380bd22443e5b2e5a548edeab08bac15f1d7 (diff) |
OpenSSL: sync with wiki
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/OpenSSL/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/OpenSSL/src/version.h b/plugins/OpenSSL/src/version.h index b8b790e1fd..152ed84859 100644 --- a/plugins/OpenSSL/src/version.h +++ b/plugins/OpenSSL/src/version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "OpenSSL SSL API module" #define __FILENAME "OpenSSL.dll" -#define __DESCRIPTION "Core driver to provide OpenSSL-based SSL services." +#define __DESCRIPTION "Core driver to provide OpenSSL-based SSL services. It provides TLS 1.2/1.3 support for legacy operating systems." #define __AUTHOR "Miranda NG team" #define __AUTHORWEB "https://miranda-ng.org/p/OpenSSL/" #define __COPYRIGHT "© 2014-20 Miranda NG team" |