diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2014-06-18 20:14:23 -0700 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2014-06-18 20:14:23 -0700 |
| commit | b61b58b1ad68ba0361e0c81b2eee823099092e04 (patch) | |
| tree | 98746c62a09b15a613fe76187623f5e51a4777e2 /libxrdp/libxrdp.h | |
| parent | 66f8a0bf2573554728e366b93f8848bdfd444977 (diff) | |
| parent | b142a59e69ee2b4a721641fe7f5dc9dadb2bb020 (diff) | |
| download | xrdp-proprietary-b61b58b1ad68ba0361e0c81b2eee823099092e04.tar.gz xrdp-proprietary-b61b58b1ad68ba0361e0c81b2eee823099092e04.zip | |
Merge branch 'devel' of github.com:neutrinolabs/xrdp into devel
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, |
