From 383f0e349f0516440a37db29a6b81b8f6c49207f Mon Sep 17 00:00:00 2001 From: John Fitzgibbon Date: Mon, 18 Aug 2014 17:55:19 -0400 Subject: [PATCH] RT2724: Remove extra declaration Extra SSL_get_selected_srtp_profile() declaration in ssl/srtp.h causes -Werror builds to fail. Cherry-picked from 3609b02305c3678525930ff9bacb566c0122ea2a Reviewed-by: Tim Hudson --- ssl/srtp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ssl/srtp.h b/ssl/srtp.h index c0cf33ef28..ae364d0ff9 100644 --- a/ssl/srtp.h +++ b/ssl/srtp.h @@ -132,7 +132,6 @@ extern "C" { int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles); int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles); -SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s); STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl); SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s); -- 2.34.1