diff options
Diffstat (limited to 'common/rfb/Security.h')
-rw-r--r-- | common/rfb/Security.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/rfb/Security.h b/common/rfb/Security.h index 85bc325a..c1bc9224 100644 --- a/common/rfb/Security.h +++ b/common/rfb/Security.h @@ -93,6 +93,10 @@ namespace rfb { /* Output char* is stored in static array */ char *ToString(void); +#ifdef HAVE_GNUTLS + static StringParameter GnuTLSPriority; +#endif + private: std::list<rdr::U32> enabledSecTypes; }; |