I use openssl openssl-0.9.7-stable-SNAP-20030226.tar.gz , with linux
Mandrake 9.0

When I compile the BIO_set_nbio_accept(BIO*,int)

I get the message :
Error : Invalid conversion from 'const void*' to 'void *'


If I use the function :
BIO_ctrl(bio,BIO_C_SET_ACCEPT,1,0) , there's no problem,

If I use the function :
BIO_ctrl(bio,BIO_C_SET_ACCEPT,1,"a") , I get the same error,


I think there a problem in the macro
BIO_set_nbio_accept(b,n) BIO_ctrl(b,BIO_C_SET_ACCPET,1,(n)?"a":NULL)


Thanks




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

Reply via email to