summaryrefslogtreecommitdiffstats
path: root/libxrdp/libxrdp.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2014-02-22 22:44:58 -0800
committerJay Sorg <jay.sorg@gmail.com>2014-02-22 22:44:58 -0800
commit8e4520b3c3e67ef4c38489ada820236d5287aac1 (patch)
tree71f0f43c1a2a5110200e60d7aec0499c651261f7 /libxrdp/libxrdp.h
parent926cd095fc01cadd4fd139b55df6f0c139207a01 (diff)
downloadxrdp-proprietary-8e4520b3c3e67ef4c38489ada820236d5287aac1.tar.gz
xrdp-proprietary-8e4520b3c3e67ef4c38489ada820236d5287aac1.zip
libxrdp: work on fips
Diffstat (limited to 'libxrdp/libxrdp.h')
-rw-r--r--libxrdp/libxrdp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libxrdp/libxrdp.h b/libxrdp/libxrdp.h
index 117c9f7f..9ae839e6 100644
--- a/libxrdp/libxrdp.h
+++ b/libxrdp/libxrdp.h
@@ -116,6 +116,11 @@ struct xrdp_sec
char pri_exp[64];
int channel_code;
int multimon;
+ char fips_encrypt_key[24];
+ char fips_decrypt_key[24];
+ char fips_sign_key[20];
+ void* encrypt_fips_info;
+ void* decrypt_fips_info;
};
/* channel */