diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2014-06-17 22:41:10 -0700 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2014-06-17 22:41:10 -0700 |
| commit | b142a59e69ee2b4a721641fe7f5dc9dadb2bb020 (patch) | |
| tree | 6d62c919179210025317e6abc65ca465d4d93f52 /libxrdp/libxrdp.h | |
| parent | ca6bec36e6db708cc58e3d17fe2e864fe62b608a (diff) | |
| download | xrdp-proprietary-b142a59e69ee2b4a721641fe7f5dc9dadb2bb020.tar.gz xrdp-proprietary-b142a59e69ee2b4a721641fe7f5dc9dadb2bb020.zip | |
libxrdp: changes for planar compression
Diffstat (limited to 'libxrdp/libxrdp.h')
| -rw-r--r-- | libxrdp/libxrdp.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libxrdp/libxrdp.h b/libxrdp/libxrdp.h index 2ea8b61d..ddfe260b 100644 --- a/libxrdp/libxrdp.h +++ b/libxrdp/libxrdp.h @@ -117,9 +117,10 @@ struct xrdp_sec void *decrypt_rc4_info; void *encrypt_rc4_info; char pub_exp[4]; - char pub_mod[64]; + char pub_mod[256]; char pub_sig[64]; - char pri_exp[64]; + char pri_exp[256]; + int rsa_key_bytes; /* 64 or 256 */ int channel_code; int multimon; char fips_encrypt_key[24]; @@ -509,7 +510,7 @@ int APP_CC xrdp_bitmap32_compress(char *in_data, int width, int height, struct stream *s, int bpp, int byte_limit, int start_line, struct stream *temp_s, - int e); + int e, int flags); int APP_CC xrdp_jpeg_compress(void *handle, char *in_data, int width, int height, struct stream *s, int bpp, int byte_limit, |
