summaryrefslogtreecommitdiffstats
path: root/common/xrdp_client_info.h
diff options
context:
space:
mode:
authorjsorg71 <jay.sorg@gmail.com>2014-07-23 19:54:55 -0700
committerjsorg71 <jay.sorg@gmail.com>2014-07-23 19:54:55 -0700
commita4721e8c7ce94f49ba1730784a651275e430fd9b (patch)
tree5dda767c72daf9dd9e202331139935693266d970 /common/xrdp_client_info.h
parentfde7be5151f7db096610cb59ca964e22e6af79fb (diff)
parent16929efb059e1e29c826388e5d57be82014d241b (diff)
downloadxrdp-proprietary-a4721e8c7ce94f49ba1730784a651275e430fd9b.tar.gz
xrdp-proprietary-a4721e8c7ce94f49ba1730784a651275e430fd9b.zip
Merge pull request #156 from speidy/devel
work on TLS security 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 bccb4436..59915f37 100644
--- a/common/xrdp_client_info.h
+++ b/common/xrdp_client_info.h
@@ -125,6 +125,9 @@ struct xrdp_client_info
int capture_code;
int capture_format;
+ char certificate[1024];
+ char key_file[1024];
+
};
#endif