diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/OpenSSL/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 } }
};
|