diff options
author | Pierre Ossman <ossman@cendio.se> | 2021-06-11 17:40:02 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2021-06-13 17:58:55 +0200 |
commit | 960c7d2ff393917e8afd00742447ce8ee51b350f (patch) | |
tree | 25ed0513beafc901609721647eadcb0ada022a9d /common/rfb/SecurityClient.cxx | |
parent | 6558d20683079f0c519cd29afe2b55fe55e7ffed (diff) | |
download | tigervnc-960c7d2ff393917e8afd00742447ce8ee51b350f.tar.gz tigervnc-960c7d2ff393917e8afd00742447ce8ee51b350f.zip |
Clean up default value for X509 parameters
Let's avoid making this too complex and force every user to know about
magical functions.
Diffstat (limited to 'common/rfb/SecurityClient.cxx')
-rw-r--r-- | common/rfb/SecurityClient.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/common/rfb/SecurityClient.cxx b/common/rfb/SecurityClient.cxx index 23c1d67c..4d88d678 100644 --- a/common/rfb/SecurityClient.cxx +++ b/common/rfb/SecurityClient.cxx @@ -105,10 +105,3 @@ CSecurity* SecurityClient::GetCSecurity(CConnection* cc, U32 secType) bail: throw Exception("Security type not supported"); } - -void SecurityClient::setDefaults() -{ -#ifdef HAVE_GNUTLS - CSecurityTLS::setDefaults(); -#endif -} |