diff options
| author | jsorg71 <jsorg71> | 2006-11-04 22:05:06 +0000 | 
|---|---|---|
| committer | jsorg71 <jsorg71> | 2006-11-04 22:05:06 +0000 | 
| commit | 00d8b7106f8b25f313af03c7ef9949873071a6b8 (patch) | |
| tree | 561d325577a27d1941114611c670a5c82f9582a6 /common/ssl_calls.c | |
| parent | 02118ba0a17d7f3c784ff657e4b107185d3af53e (diff) | |
| download | xrdp-proprietary-00d8b7106f8b25f313af03c7ef9949873071a6b8.tar.gz xrdp-proprietary-00d8b7106f8b25f313af03c7ef9949873071a6b8.zip | |
commit patch 1589325, slightly modified - code cleanup
Diffstat (limited to 'common/ssl_calls.c')
| -rw-r--r-- | common/ssl_calls.c | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/common/ssl_calls.c b/common/ssl_calls.c index ce0ba5b9..19f70e53 100644 --- a/common/ssl_calls.c +++ b/common/ssl_calls.c @@ -20,15 +20,16 @@  */ -#include "os_calls.h" -#include "arch.h" -  #include <stdlib.h> /* needed for openssl headers */  #include <openssl/rc4.h>  #include <openssl/md5.h>  #include <openssl/sha.h>  #include <openssl/bn.h> +#include "os_calls.h" +#include "arch.h" +#include "ssl_calls.h" +  /* rc4 stuff */  /*****************************************************************************/ | 
