>From include/openssl/srtp.h 133 int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles); 134 int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles); 135 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s); 136 137 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl); 138 SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
*SSL_get_selected_srtp_profile(SSL *s); is declared on lines 135 and 138. Only one declaration should be necessary. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
