Does anyone have an answer to the following post from 2003?

http://marc.info/?l=openssl-dev&m=104635293932621&w=2


List:       openssl-dev
Subject:    BIO_set_nbio_accept
From:       "p b" <phbgt () wanadoo ! fr>
Date:       2003-02-27 13:34:53
[Download message RAW]


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






I just ran into the same problem.

--Domingo
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to