From 5759ff7d9ba2e67598a68cffc5a7934784fb9cca Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 13 Jun 2018 22:26:05 +0300 Subject: fixes #1398 (Cannot disable OpenSSL plugin between starts) --- plugins/OpenSSL/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/OpenSSL/src/main.cpp b/plugins/OpenSSL/src/main.cpp index 1bc4bda216..6221b7c325 100644 --- a/plugins/OpenSSL/src/main.cpp +++ b/plugins/OpenSSL/src/main.cpp @@ -43,7 +43,7 @@ PLUGININFOEX pluginInfoEx = { __AUTHOR, __COPYRIGHT, __AUTHORWEB, - UNICODE_AWARE | STATIC_PLUGIN, + UNICODE_AWARE, // {B649702C-13DE-408A-B6C2-FB8FED2A2C90} { 0xb649702c, 0x13de, 0x408a, { 0xb6, 0xc2, 0xfb, 0x8f, 0xed, 0x2a, 0x2c, 0x90 } } }; -- cgit v1.2.3