diff options
Diffstat (limited to 'common/rfb/SSecurityVeNCrypt.cxx')
-rw-r--r-- | common/rfb/SSecurityVeNCrypt.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/common/rfb/SSecurityVeNCrypt.cxx b/common/rfb/SSecurityVeNCrypt.cxx index c704d1e5..ac4f16f3 100644 --- a/common/rfb/SSecurityVeNCrypt.cxx +++ b/common/rfb/SSecurityVeNCrypt.cxx @@ -38,16 +38,6 @@ using namespace std; static LogWriter vlog("SVeNCrypt");
-StringParameter SSecurityVeNCrypt::X509_CertFile
-("x509cert",
- "specifies path to the x509 certificate in PEM format",
- "", ConfServer);
-
-StringParameter SSecurityVeNCrypt::X509_KeyFile
-("x509key",
- "specifies path to the key of the x509 certificate in PEM format",
- "", ConfServer);
-
SSecurityVeNCrypt::SSecurityVeNCrypt(Security *sec) : security(sec)
{
ssecurity = NULL;
|