From a53a66955e2e1f1c8f6fccbae6b05fb971c75f79 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Tue, 1 Sep 2015 15:18:23 +0000 Subject: Remove duplicate prototype for SSL_get_selected_srtp_profile(). From Aaron Burghardt. --- src/lib/libssl/srtp.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libssl/srtp.h') diff --git a/src/lib/libssl/srtp.h b/src/lib/libssl/srtp.h index 051a254034..6daa02a791 100644 --- a/src/lib/libssl/srtp.h +++ b/src/lib/libssl/srtp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: srtp.h,v 1.5 2014/12/14 15:30:50 jsing Exp $ */ +/* $OpenBSD: srtp.h,v 1.6 2015/09/01 15:18:23 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -131,7 +131,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); -- cgit v1.2.3-55-g6feb