diff options
author | Pierre Ossman <ossman@cendio.se> | 2024-12-17 17:18:30 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2024-12-17 17:18:30 +0100 |
commit | 6d5026fe81bae1d3eee9131aba55e9a6305a1160 (patch) | |
tree | 1efddf0a4fcdf5ea706d08d89e86271fb1dd5bf3 | |
parent | 433d39ae13b911d7cd4a1ad9833281dda6074f24 (diff) | |
download | tigervnc-master.tar.gz tigervnc-master.zip |
-rw-r--r-- | common/rfb/SSecurityRSAAES.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/SSecurityRSAAES.cxx b/common/rfb/SSecurityRSAAES.cxx index fed213ad..d7e7cc4c 100644 --- a/common/rfb/SSecurityRSAAES.cxx +++ b/common/rfb/SSecurityRSAAES.cxx @@ -74,7 +74,7 @@ BoolParameter SSecurityRSAAES::requireUsername ("RequireUsername", "Require username for the RSA-AES security types", false, ConfServer); -static LogWriter vlog("CSecurityRSAAES"); +static LogWriter vlog("SSecurityRSAAES"); SSecurityRSAAES::SSecurityRSAAES(SConnection* sc_, uint32_t _secType, int _keySize, bool _isAllEncrypted) |