diff options
author | Adam Tkac <atkac@redhat.com> | 2010-07-20 15:16:10 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-07-20 15:16:10 +0000 |
commit | 707d361a503718f0636bc50fde56d46fb9edc980 (patch) | |
tree | 5d28daa3a5adb4937a83d09976ebb11c2dd39138 /common/rfb/SSecurityPlain.h | |
parent | 814fa8972e130777d2465d63f57ac7029e2d9ec1 (diff) | |
download | tigervnc-707d361a503718f0636bc50fde56d46fb9edc980.tar.gz tigervnc-707d361a503718f0636bc50fde56d46fb9edc980.zip |
[Development] Create VeNCrypt security types in Security class.
Signed-off-by: Martin Koegler <mkoegler@auto.tuwien.ac.at>
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4103 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/SSecurityPlain.h')
-rw-r--r-- | common/rfb/SSecurityPlain.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/rfb/SSecurityPlain.h b/common/rfb/SSecurityPlain.h index ecdd618b..f7a9c3dd 100644 --- a/common/rfb/SSecurityPlain.h +++ b/common/rfb/SSecurityPlain.h @@ -24,10 +24,6 @@ #include <config.h>
#endif
-#ifndef HAVE_GNUTLS
-#error "This header should not be included without HAVE_GNUTLS defined"
-#endif
-
#include <rfb/SConnection.h>
#include <rfb/SSecurity.h>
#include <rfb/SSecurityVeNCrypt.h>
|