Hi,all
 
I know OpenSSL provides 2 objects, libcrypto.o and libssl.o.
How can I judge which function is in which of them?
 
Are the following functions in libcrypto.o?
    
    SSL_CTX_new(), defined in ssl_lib.c.
    BIO_new_ssl(),defined in bio_ssl.c.
    SSLv23_client_method(),defined in s23_clnt.c
    SSL_CTX_ctrl(),defined in ssl_lib.c.
 
Thanks,
 
wjw
    
   

Reply via email to