diff options
author | Pierre Ossman <ossman@cendio.se> | 2024-10-31 16:38:49 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2025-02-25 17:18:35 +0100 |
commit | 2e63bd5201be08ea6a3d3538e3778bd66d7f81e6 (patch) | |
tree | d5c7c47a3e693fa091b1b9394e8edb9dfd20e2a5 /common/rfb/CSecurityRSAAES.cxx | |
parent | 8ab707d344ca5b227ee233ddec4f75d8a1323683 (diff) | |
download | tigervnc-2e63bd5201be08ea6a3d3538e3778bd66d7f81e6.tar.gz tigervnc-2e63bd5201be08ea6a3d3538e3778bd66d7f81e6.zip |
Move application directory handling to core
These are general plumbing, so they fit in nicely with the new core
library.
Diffstat (limited to 'common/rfb/CSecurityRSAAES.cxx')
-rw-r--r-- | common/rfb/CSecurityRSAAES.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/rfb/CSecurityRSAAES.cxx b/common/rfb/CSecurityRSAAES.cxx index 750f0d5a..513d5605 100644 --- a/common/rfb/CSecurityRSAAES.cxx +++ b/common/rfb/CSecurityRSAAES.cxx @@ -46,8 +46,6 @@ #include <rdr/AESOutStream.h> #include <rdr/RandomStream.h> -#include <os/os.h> - enum { ReadPublicKey, ReadRandom, |