in ex_data.c,line 190:
m->free_func(obj,ptr,ad,i,m->argl,m->argp);

in crypto.h, line 174, the free_func is defined as:
void (*free_func)
  (/*char *obj,char *item,int index,long argl,char *argp*/);

So the actual call is made with to many paramteters.

think that you should remove the ad pointer from the call
because I can't see what it's good for.

Cheers!

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

Reply via email to