aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/CSecurityRSAAES.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/CSecurityRSAAES.h')
-rw-r--r--common/rfb/CSecurityRSAAES.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/common/rfb/CSecurityRSAAES.h b/common/rfb/CSecurityRSAAES.h
index e5548c1d..af380bd3 100644
--- a/common/rfb/CSecurityRSAAES.h
+++ b/common/rfb/CSecurityRSAAES.h
@@ -34,6 +34,8 @@
namespace rdr {
class InStream;
class OutStream;
+ class AESInStream;
+ class AESOutStream;
}
namespace rfb {
@@ -79,8 +81,8 @@ namespace rfb {
uint8_t serverRandom[32];
uint8_t clientRandom[32];
- rdr::InStream* rais;
- rdr::OutStream* raos;
+ rdr::AESInStream* rais;
+ rdr::AESOutStream* raos;
rdr::InStream* rawis;
rdr::OutStream* rawos;