Hi Bas,

* Bas Zoetekouw <[EMAIL PROTECTED]> [2005-01-12 10:50:55 +0100]:

> > I think this is a libssl problem because stunnel only use COMP_zlib or
> > COMP_rle function from libssl (openssl) for compression.
> 
> Hmm, ok.  So should I reassign this bug to libssl?

I think yes, here is the part of code from stunnel4 that use compression:
    switch(options.compression) {
    case COMP_ZLIB:
        id=0xe0;
        cm=COMP_zlib();
        name="zlib";
        break;
    case COMP_RLE:
        id=0xe1;
        cm=COMP_rle();
        name="rle";
        break;
    default:
        s_log(LOG_ERR, "INTERNAL ERROR: Bad compression method");
        exit(1);
    }

I dont't think the problem of zlib initialization is in stunnel.

Best Regards.
-- 
Julien LEMOINE / SpeedBlue


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

Reply via email to