On Sat, Oct 22, 2005 at 11:59:18PM -0700, Joshua Kwan wrote:
> --- crypt-ssleay-0.51/SSLeay.xs       2003-05-27 23:55:02.000000000 -0700
> +++ x/crypt-ssleay-0.51/SSLeay.xs     2005-10-22 23:57:45.000000000 -0700
> @@ -105,6 +105,8 @@
>       static int bNotFirstTime;
>       char buf[1024];
>          int rand_bytes_read;
> +     
> +     SSL_library_init();
>  
>       if(!bNotFirstTime) {
>                 SSLeay_add_all_algorithms();


I think it would be better to do this inside the
        if(!bNotFirstTime) {


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to