From dd174e2d5d16429c2ce2bf82f156a8154a6cd049 Mon Sep 17 00:00:00 2001 From: jkim Date: Mon, 29 Jan 2018 18:21:50 +0000 Subject: [PATCH] Revert a local change and sync. with head. No functional change. Note this is a direct commit because head has OpenSSL 1.0.2. git-svn-id: svn://svn.freebsd.org/base/stable/10@328557 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- crypto/openssl/ssl/srtp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/openssl/ssl/srtp.h b/crypto/openssl/ssl/srtp.h index 0c72841cf..2279c32b8 100644 --- a/crypto/openssl/ssl/srtp.h +++ b/crypto/openssl/ssl/srtp.h @@ -134,9 +134,9 @@ 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); # endif -- 2.45.0