summaryrefslogtreecommitdiffstats
path: root/common/ssl_calls.h
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2005-09-25 20:21:53 +0000
committerjsorg71 <jsorg71>2005-09-25 20:21:53 +0000
commit9ad83a3c232a3cf3652da0c68ee97915bb435dcb (patch)
tree32b866304f727f933ebdcce18f3ba665d09ec7cf /common/ssl_calls.h
parente56bec1a7db59bac3e37c10423ca98fa590451ba (diff)
downloadxrdp-proprietary-9ad83a3c232a3cf3652da0c68ee97915bb435dcb.tar.gz
xrdp-proprietary-9ad83a3c232a3cf3652da0c68ee97915bb435dcb.zip
moving reverse to ssl_calls
Diffstat (limited to 'common/ssl_calls.h')
-rw-r--r--common/ssl_calls.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/ssl_calls.h b/common/ssl_calls.h
index 1d736fae..b6b41712 100644
--- a/common/ssl_calls.h
+++ b/common/ssl_calls.h
@@ -50,6 +50,7 @@ g_md5_transform(void* md5_info, char* data, int len);
void
g_md5_complete(void* md5_info, char* data);
int
-g_mod_exp(char* out, char* in, char* mod, char* exp);
+g_mod_exp(char* out, int out_len, char* in, int in_len,
+ char* mod, int mod_len, char* exp, int exp_len);
#endif