summaryrefslogtreecommitdiffstats
path: root/common/ssl_calls.h
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2007-06-16 04:51:19 +0000
committerjsorg71 <jsorg71>2007-06-16 04:51:19 +0000
commit6ecbf36e7e2c0fef8d37153cc9d38a56fe1dba81 (patch)
treec11f5300c8dfdea5fdb3c7953002ebe4002795dd /common/ssl_calls.h
parent31fca99db7c4d4b49c21063fa0b4b67864f1e2c7 (diff)
downloadxrdp-proprietary-6ecbf36e7e2c0fef8d37153cc9d38a56fe1dba81.tar.gz
xrdp-proprietary-6ecbf36e7e2c0fef8d37153cc9d38a56fe1dba81.zip
added keygen function
Diffstat (limited to 'common/ssl_calls.h')
-rw-r--r--common/ssl_calls.h3
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