summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2008-04-15 05:36:35 +0000
committerjsorg71 <jsorg71>2008-04-15 05:36:35 +0000
commit2363bd373b0797132f4957d3e6a512a462cf7490 (patch)
tree68990dc97193ba33b5244383f5c0958201f41316 /common
parentc4038f38340e8df5d41c00258a74959c8deec365 (diff)
downloadxrdp-proprietary-2363bd373b0797132f4957d3e6a512a462cf7490.tar.gz
xrdp-proprietary-2363bd373b0797132f4957d3e6a512a462cf7490.zip
comment change
Diffstat (limited to 'common')
-rw-r--r--common/ssl_calls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/ssl_calls.c b/common/ssl_calls.c
index 441b1580..960c0569 100644
--- a/common/ssl_calls.c
+++ b/common/ssl_calls.c
@@ -246,7 +246,7 @@ ssl_gen_key_xrdp1(int key_size_in_bits, char* exp, int exp_len,
my_e |= lexp[1] << 8;
my_e |= lexp[2] << 16;
my_e |= lexp[3] << 24;
- /* srand is in stdlib.h*/
+ /* srand is in stdlib.h */
srand(g_time1());
my_key = RSA_generate_key(key_size_in_bits, my_e, 0, 0);
error = my_key == 0;