From 6ecbf36e7e2c0fef8d37153cc9d38a56fe1dba81 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Sat, 16 Jun 2007 04:51:19 +0000 Subject: added keygen function --- common/ssl_calls.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/ssl_calls.h') 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 -- cgit v1.2.3