summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorJohn Fitzgibbon <john_fitzgibbon@yahoo.com>2014-08-18 17:55:19 -0400
committerRich Salz <rsalz@akamai.com>2014-08-19 09:38:43 -0400
commit3609b02305c3678525930ff9bacb566c0122ea2a (patch)
treea209d3e4f3f397cd210369b48e4bec1a95811d8d /ssl
parent8b6e517e339b7d9208f06b0c0ed47e3092a44fc6 (diff)
RT2724: Remove extra declaration
Extra SSL_get_selected_srtp_profile() declaration in ssl/srtp.h causes -Werror builds to fail. Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'ssl')
-rw-r--r--ssl/srtp.h1
1 files changed, 0 insertions, 1 deletions
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);