Hi,

could someone change the line:

STACK_OF(NAME_FUNCS) *name_funcs_stack;

to

static STACK_OF(NAME_FUNCS) *name_funcs_stack = NULL;

inside the o_names.c file (for the next release of OpenSSL)?

The reason is that I can't create shared libs or better Frameworks with  
OPENSTEP 4.2 (and I assume that it is a problem with MacOS X, too) when  
"STACK_OF(NAME_FUNCS) *name_funcs_stack" is not static, other files like  
dsa_lib.c are using static for the STACK_OF() type.

Bye,

  Juergen Moellenhoff
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to