Hi there,

Thanks!

Of course, I'm wondering to myself, how the hell didn't "gcc" pick this up 
before now?

Cheers,
Geoff

On Monday 08 October 2001 09:39, Martin Szotkowski wrote:
> in file /crypto/engine/eng_table.c
> on line 137 missing pointer before cleanup!
>
> wrong:
> int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB
> cleanup, ENGINE *e, const int *nids, int num_nids, int setdefault)
>
> correct:
> int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB
> *cleanup, ENGINE *e, const int *nids, int num_nids, int setdefault)
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to