In the example1.c, there is a line code:

  x509 = (X509 *)PEM_ASN1_read ((char *(*)())d2i_X509,
                                   PEM_STRING_X509,
                                   fp, NULL, NULL);

with 5 premeters.

But in fact in pem.h, 

char *  PEM_ASN1_read(char *(*d2i)(),const char
*name,FILE *fp,char **x,
        pem_password_cb *cb, void *u);

which requires 6 premeters.

Something wrong with it?


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to