diff options
Diffstat (limited to 'common/ssl_calls.h')
| -rw-r--r-- | common/ssl_calls.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/ssl_calls.h b/common/ssl_calls.h index a51044e4..cf89a33f 100644 --- a/common/ssl_calls.h +++ b/common/ssl_calls.h @@ -54,5 +54,8 @@ ssl_md5_complete(void* md5_info, char* data); int APP_CC ssl_mod_exp(char* out, int out_len, char* in, int in_len, char* mod, int mod_len, char* exp, int exp_len); +int APP_CC +ssl_gen_key_xrdp1(int key_size_in_bits, char* exp, int exp_len, + char* mod, int mod_len, char* pri, int pri_len); #endif |
