On 7/27/06, Lawrence Oluyede <[EMAIL PROTECTED]> wrote:
I'm trying to use openssl library through a foreign function interface
(ctypes in Python) but it seems that: BIO_set_nbio and
SSL_CTX_set_options/SSL_set_options are not exported in the dynamic
library. Is that "a bug" ? An implementation de
I'm trying to use openssl library through a foreign function interface
(ctypes in Python) but it seems that: BIO_set_nbio and
SSL_CTX_set_options/SSL_set_options are not exported in the dynamic
library. Is that "a bug" ? An implementation decision or what?
I tried with 0.9.7 and 0.9.8b and neithe