summaryrefslogtreecommitdiffstats
path: root/common/xrdp_client_info.h
diff options
context:
space:
mode:
authorIdan Freiberg <speidy@gmail.com>2014-07-23 15:31:45 +0300
committerIdan Freiberg <speidy@gmail.com>2014-07-23 15:31:45 +0300
commitafdf638c7b56e7420e32853df6299d9217e0f8d4 (patch)
treed2a63333e6ef04a6e34db906b3af2097525a6359 /common/xrdp_client_info.h
parent1acdc3085eb260c166db7d575f6dfcb8a9cc2e72 (diff)
downloadxrdp-proprietary-afdf638c7b56e7420e32853df6299d9217e0f8d4.tar.gz
xrdp-proprietary-afdf638c7b56e7420e32853df6299d9217e0f8d4.zip
libxrdp, common: work on TLS mode
Diffstat (limited to 'common/xrdp_client_info.h')
-rw-r--r--common/xrdp_client_info.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/xrdp_client_info.h b/common/xrdp_client_info.h
index 7a7aed92..954595d8 100644
--- a/common/xrdp_client_info.h
+++ b/common/xrdp_client_info.h
@@ -123,6 +123,9 @@ struct xrdp_client_info
int max_fastpath_frag_bytes;
+ char certificate[1024];
+ char key_file[1024];
+
};
#endif