diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-02-09 10:07:57 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-02-09 10:07:57 +0000 |
commit | 32020bf720d5dd27ac53864c497222c1720e0ad1 (patch) | |
tree | ac329112f2eb18708e203fb80b3684ee64bd3418 /common/rfb/CSecurityTLS.cxx | |
parent | b9d8e76544f6189db390b7f0071bd440e6c565ce (diff) | |
download | tigervnc-32020bf720d5dd27ac53864c497222c1720e0ad1.tar.gz tigervnc-32020bf720d5dd27ac53864c497222c1720e0ad1.zip |
Oops. Checked in some debugging code.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4272 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/CSecurityTLS.cxx')
-rw-r--r-- | common/rfb/CSecurityTLS.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/rfb/CSecurityTLS.cxx b/common/rfb/CSecurityTLS.cxx index 8f3e8904..ed570ad4 100644 --- a/common/rfb/CSecurityTLS.cxx +++ b/common/rfb/CSecurityTLS.cxx @@ -47,7 +47,6 @@ #include <gnutls/x509.h> #if !defined(GNUTLS_VERSION_NUMBER) || (GNUTLS_VERSION_NUMBER < 0x020708) -#error here #define GNUTLS_CERT_NOT_ACTIVATED 512 #define GNUTLS_CERT_EXPIRED 1024 #endif |