summaryrefslogtreecommitdiffstats
path: root/common/rfb/SSecurityVeNCrypt.h
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2010-07-20 15:08:58 +0000
committerAdam Tkac <atkac@redhat.com>2010-07-20 15:08:58 +0000
commitc86db213d7e0b657a24be5859b32f5c3b359519f (patch)
tree1c8a1c5cb9a5d29b0c64c18d9a43f76651ba23ec /common/rfb/SSecurityVeNCrypt.h
parent05a0cd66288265805ae21fe9c1322216fda4fce0 (diff)
downloadtigervnc-c86db213d7e0b657a24be5859b32f5c3b359519f.tar.gz
tigervnc-c86db213d7e0b657a24be5859b32f5c3b359519f.zip
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
Diffstat (limited to 'common/rfb/SSecurityVeNCrypt.h')
-rw-r--r--common/rfb/SSecurityVeNCrypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/SSecurityVeNCrypt.h b/common/rfb/SSecurityVeNCrypt.h
index bedb6e22..fb24bdb4 100644
--- a/common/rfb/SSecurityVeNCrypt.h
+++ b/common/rfb/SSecurityVeNCrypt.h
@@ -65,7 +65,7 @@ namespace rfb {
protected:
static SSecurityStack* getSSecurityStack(int secType);
- SSecurityStack *ssecurityStack;
+ SSecurity *ssecurity;
bool haveSentVersion, haveRecvdMajorVersion, haveRecvdMinorVersion;
bool haveSentTypes, haveChosenType;
rdr::U8 majorVersion, minorVersion, numTypes;