SSL_dup
((BIO_SSL *)dbio->ptr)->ssl = SSL_dup(ssl);
LSSL_USED(SSL_dup);
SSL *SSL_dup(SSL *ssl);
LSSL_ALIAS(SSL_dup);