diff options
| author | Jay Sorg <jay.sorg@gmail.com> | 2011-05-28 23:56:10 -0700 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2011-05-28 23:56:10 -0700 |
| commit | 0da32da2d8089439316b1ad8f004047dd5d0fe36 (patch) | |
| tree | 7b0ccc4cbab9f36712cbb417831e03032b7cef08 /common/ssl_calls.h | |
| parent | bb75ea62b2b6ee9864b1feb9afa0af337fb65dd9 (diff) | |
| download | xrdp-proprietary-0da32da2d8089439316b1ad8f004047dd5d0fe36.tar.gz xrdp-proprietary-0da32da2d8089439316b1ad8f004047dd5d0fe36.zip | |
add ssl init to common
Diffstat (limited to 'common/ssl_calls.h')
| -rw-r--r-- | common/ssl_calls.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/ssl_calls.h b/common/ssl_calls.h index 6bbb1672..d78bdb0b 100644 --- a/common/ssl_calls.h +++ b/common/ssl_calls.h @@ -23,6 +23,10 @@ #include "arch.h" +int +ssl_init(void); +int +ssl_finish(void); void* APP_CC ssl_rc4_info_create(void); void APP_CC |
