diff options
author | jsorg71 <jsorg71> | 2007-06-16 04:51:19 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2007-06-16 04:51:19 +0000 |
commit | 6ecbf36e7e2c0fef8d37153cc9d38a56fe1dba81 (patch) | |
tree | c11f5300c8dfdea5fdb3c7953002ebe4002795dd /common/ssl_calls.h | |
parent | 31fca99db7c4d4b49c21063fa0b4b67864f1e2c7 (diff) | |
download | xrdp-proprietary-6ecbf36e7e2c0fef8d37153cc9d38a56fe1dba81.tar.gz xrdp-proprietary-6ecbf36e7e2c0fef8d37153cc9d38a56fe1dba81.zip |
added keygen function
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 |