hi,

i compiled stunnnel and openssl into a program to support in bound
tunneling. as soon as i start the code, it crashes (VC++, XP) on the
following line:

engine\eng_table.cpp

        /* Try and initialise the ENGINE if it's already functional *or*
if the
         * ENGINE_TABLE_FLAG_NOINIT flag is not set. */
        if((ret->funct_ref > 0) || !(table_flags &
ENGINE_TABLE_FLAG_NOINIT))
                initres = engine_unlocked_init(ret);
        else
                initres = 0;


where 'ret' is 0xcdcdcdcd (uninitialised). ret is initialised on the
following line:
        ret = sk_ENGINE_value(fnd->sk, loop++);
where loop is 5

any ideas what can be wrong?
is it possible that it is a problem of precompiler definitions?

kiind regards,

[s]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to