diff options
Diffstat (limited to 'common/rfb/SSecurityVeNCrypt.h')
-rw-r--r-- | common/rfb/SSecurityVeNCrypt.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/common/rfb/SSecurityVeNCrypt.h b/common/rfb/SSecurityVeNCrypt.h index 3d1e0e0a..526dad18 100644 --- a/common/rfb/SSecurityVeNCrypt.h +++ b/common/rfb/SSecurityVeNCrypt.h @@ -49,14 +49,13 @@ namespace rfb { static StringParameter X509_CertFile, X509_KeyFile, secTypesStr;
- protected:
- static SSecurityStack* getSSecurityStack(int secType);
-
/* XXX Derive Security class and merge those functions appropriately ? */
static void getSecTypes(std::list<rdr::U32>* secTypes);
static rdr::U32 secTypeNum(const char *name);
static char* secTypeName(rdr::U32 num);
static std::list<rdr::U32> parseSecTypes(const char *types);
+ protected:
+ static SSecurityStack* getSSecurityStack(int secType);
SSecurityStack *ssecurityStack;
bool haveSentVersion, haveRecvdMajorVersion, haveRecvdMinorVersion;
|