diff options
author | Adam Tkac <atkac@redhat.com> | 2010-11-18 13:33:57 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-11-18 13:33:57 +0000 |
commit | 27b2f773be4db49762d78635c2c322a95bd141ce (patch) | |
tree | 82a977c761d1e7c5ab55925fe51c80c4ed293c92 /common/rfb/SecurityClient.h | |
parent | 779dbb03473e9ad9b7d83c4d41515366b229a4c3 (diff) | |
download | tigervnc-27b2f773be4db49762d78635c2c322a95bd141ce.tar.gz tigervnc-27b2f773be4db49762d78635c2c322a95bd141ce.zip |
[Development] client: Add dialog window to accept/save invalid X509
certificates. (Guillaume Destuynder)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4198 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/SecurityClient.h')
-rw-r--r-- | common/rfb/SecurityClient.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/rfb/SecurityClient.h b/common/rfb/SecurityClient.h index c30fdfcd..b8ad8315 100644 --- a/common/rfb/SecurityClient.h +++ b/common/rfb/SecurityClient.h @@ -35,6 +35,8 @@ namespace rfb { /* Create client side CSecurity class instance */ CSecurity* GetCSecurity(rdr::U32 secType); + static void setDefaults(void); + static StringParameter secTypes; }; |