diff options
author | Adam Tkac <atkac@redhat.com> | 2010-07-20 15:09:33 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-07-20 15:09:33 +0000 |
commit | 00b395a4101fba5c35708fc8071d82962cb1866d (patch) | |
tree | 4e632b714ebeca42d52f619f4d7100194f0b0b0c /common/rfb/SSecurityVeNCrypt.h | |
parent | c86db213d7e0b657a24be5859b32f5c3b359519f (diff) | |
download | tigervnc-00b395a4101fba5c35708fc8071d82962cb1866d.tar.gz tigervnc-00b395a4101fba5c35708fc8071d82962cb1866d.zip |
[Development] Move VeNCrypt security subtypes into Security.h.
Signed-off-by: Martin Koegler <mkoegler@auto.tuwien.ac.at>
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4096 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/SSecurityVeNCrypt.h')
-rw-r--r-- | common/rfb/SSecurityVeNCrypt.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/common/rfb/SSecurityVeNCrypt.h b/common/rfb/SSecurityVeNCrypt.h index fb24bdb4..cbbcb7fe 100644 --- a/common/rfb/SSecurityVeNCrypt.h +++ b/common/rfb/SSecurityVeNCrypt.h @@ -38,15 +38,6 @@ namespace rfb {
- /* VeNCrypt subtypes */
- const int secTypePlain = 256;
- const int secTypeTLSNone = 257;
- const int secTypeTLSVnc = 258;
- const int secTypeTLSPlain = 259;
- const int secTypeX509None = 260;
- const int secTypeX509Vnc = 261;
- const int secTypeX509Plain = 262;
-
class SSecurityVeNCrypt : public SSecurity {
public:
SSecurityVeNCrypt(void);
|