diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-01-06 23:30:36 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-01-06 23:30:36 +0000 |
commit | 5beb6d4bcf9e580466a7ceb39f63f9abca3f5a6e (patch) | |
tree | 6b1c70ed6ad022dbd19060b4200a0725ace0effe /plugins/OpenSSL | |
parent | f2f531626f7f771e251fed0eb2297bdda1900ead (diff) |
OpenSSL: according to dll name in http://miranda-ng.org/distr/x32/Plugins/openssl.zip
git-svn-id: http://svn.miranda-ng.org/main/trunk@11783 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/OpenSSL')
-rw-r--r-- | plugins/OpenSSL/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/OpenSSL/src/version.h b/plugins/OpenSSL/src/version.h index 70263f0da0..74dee905dd 100644 --- a/plugins/OpenSSL/src/version.h +++ b/plugins/OpenSSL/src/version.h @@ -8,8 +8,8 @@ #define __PLUGIN_NAME "OpenSSL SSL API module" #define __INTERNAL_NAME "openssl" -#define __FILENAME "openssl.dll" -#define __DESCRIPTION "Core driver to provide OpenSSL-based ssl services." +#define __FILENAME "OpenSSL.dll" +#define __DESCRIPTION "Core driver to provide OpenSSL-based SSL services." #define __AUTHOR "Miranda NG Team" #define __AUTHOREMAIL "" #define __AUTHORWEB "" |