ssl_new
static int ssl_new(BIO *h);
if (!ssl_new(b))
ssl_new,
return ctx->method->ssl_new(ctx);
SSL *(*ssl_new)(SSL_CTX *ctx);