diff options
author | jsorg71 <jay.sorg@gmail.com> | 2014-07-23 19:54:55 -0700 |
---|---|---|
committer | jsorg71 <jay.sorg@gmail.com> | 2014-07-23 19:54:55 -0700 |
commit | a4721e8c7ce94f49ba1730784a651275e430fd9b (patch) | |
tree | 5dda767c72daf9dd9e202331139935693266d970 /common/xrdp_client_info.h | |
parent | fde7be5151f7db096610cb59ca964e22e6af79fb (diff) | |
parent | 16929efb059e1e29c826388e5d57be82014d241b (diff) | |
download | xrdp-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.h | 3 |
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 |