commit | 674bf066980a0d84612270ba6296bae84f2a0596 | [log] [tgz] |
---|---|---|
author | DRC <dcommander@users.sourceforge.net> | Mon Feb 21 13:14:16 2011 +0000 |
committer | DRC <dcommander@users.sourceforge.net> | Mon Feb 21 13:14:16 2011 +0000 |
tree | d4de7959a66721143070c2a53f3e9cceac643861 | |
parent | 7cb47d6b3cd25e1a22a0a3d09f045a54a577c23a [diff] [blame] |
Make the VeNCrypt security type implicit git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4301 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/rfb/SecurityServer.cxx b/common/rfb/SecurityServer.cxx index e3ac405..3866fa3 100644 --- a/common/rfb/SecurityServer.cxx +++ b/common/rfb/SecurityServer.cxx
@@ -39,7 +39,7 @@ ("SecurityTypes", "Specify which security scheme to use (None, VncAuth)", #ifdef HAVE_GNUTLS - "VeNCrypt,TLSVnc,VncAuth", + "TLSVnc,VncAuth", #else "VncAuth", #endif