Hi, I am using the prebuilt version in the main branch (3.1.3001) and facing the issue that many C API interfaces are not exposed in Swift. For example:
BIO_set_conn_hostname(bio, hostname) //Cannot find 'BIO_set_conn_hostname' in scope
BIO_set_conn_port(bio, port) //Cannot find 'BIO_set_conn_port' in scope
let ssl = SSL_new(ctx)
BIO_get_ssl(bio, &ssl) //Cannot find 'BIO_get_ssl' in scope
Hi, I am using the prebuilt version in the main branch (3.1.3001) and facing the issue that many C API interfaces are not exposed in Swift. For example:
I appreciate any help!