diff options
Diffstat (limited to 'plex.h')
-rw-r--r-- | plex.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -16,6 +16,7 @@ #include "plexgdm.h" #include "play_service.h" #include "cPlexOsdItem.h" +#include "hlsPlayerControl.h" #include <iostream> #include <string> @@ -23,7 +24,6 @@ #include <iterator> #include <algorithm> - /** ** Device plugin remote class. */ @@ -214,7 +214,8 @@ class cMyPlugin:public cPlugin virtual const char **SVDRPHelpPages(void); virtual cString SVDRPCommand(const char *, const char *, int &); - private: +private: + Poco::Crypto::OpenSSLInitializer _openSSLInitializer; //Bug in Poco::Crypto, see https://github.com/pocoproject/poco/issues/527 }; #endif
\ No newline at end of file |