Use {C,S}Security instead of {C,S}SecurityStack objects in VeNCrypt routines.
Signed-off-by: Martin Koegler <mkoegler@auto.tuwien.ac.at>
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4095 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/rfb/CSecurityVeNCrypt.h b/common/rfb/CSecurityVeNCrypt.h
index b466ba7..7280546 100644
--- a/common/rfb/CSecurityVeNCrypt.h
+++ b/common/rfb/CSecurityVeNCrypt.h
@@ -45,7 +45,7 @@
protected:
static CSecurityStack* getCSecurityStack(int secType);
- CSecurityStack *csecurityStack;
+ CSecurity *csecurity;
bool haveRecvdMajorVersion;
bool haveRecvdMinorVersion;
bool haveSentVersion;