Index: head/crypto/openssl/ssl/srtp.h =================================================================== --- head/crypto/openssl/ssl/srtp.h +++ head/crypto/openssl/ssl/srtp.h @@ -136,6 +136,7 @@ int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles); STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl); +SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s); # endif