diff options
Diffstat (limited to 'common/rfb/SSecurityVeNCrypt.h')
-rw-r--r-- | common/rfb/SSecurityVeNCrypt.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/rfb/SSecurityVeNCrypt.h b/common/rfb/SSecurityVeNCrypt.h index 6201a7b7..37ff9096 100644 --- a/common/rfb/SSecurityVeNCrypt.h +++ b/common/rfb/SSecurityVeNCrypt.h @@ -42,8 +42,6 @@ namespace rfb { virtual int getType() const { return secTypeVeNCrypt; }
virtual const char* getUserName() const { return NULL; }
- static StringParameter X509_CertFile, X509_KeyFile;
-
protected:
SSecurity *ssecurity;
Security *security;
|