SSL_get_selected_srtp_profile
srtp_profile = SSL_get_selected_srtp_profile(s);
= SSL_get_selected_srtp_profile(con);
SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
return SSL_is_dtls(s) && SSL_get_selected_srtp_profile(s) != NULL;
if ((profile = SSL_get_selected_srtp_profile(s)) == NULL)