[Development] Implement VeNCrypt type support on client side. Currently only
TLSNone and TLSVnc VeNCrypt subtypes are implemented.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4046 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/rfb/SSecurityVeNCrypt.cxx b/common/rfb/SSecurityVeNCrypt.cxx
index fc83148..926edaa 100644
--- a/common/rfb/SSecurityVeNCrypt.cxx
+++ b/common/rfb/SSecurityVeNCrypt.cxx
@@ -54,7 +54,7 @@
 ("VeNCryptTypes",

  "Specify which security scheme to use for VeNCrypt connections (TLSNone, "

  "TLSVnc, TLSPlain, X509None, X509Vnc, X509Plain)",

- "TLSVnc,TLSPlain,X509Vnc,X509Plain", ConfServer);

+ "TLSVnc,TLSPlain,X509Vnc,X509Plain");

 

 SSecurityVeNCrypt::SSecurityVeNCrypt(void)

 {