summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2018-01-29 18:12:59 +0000
committerjkim <jkim@FreeBSD.org>2018-01-29 18:12:59 +0000
commit205408bb94e4687fab3961d1a54400b93a9695f9 (patch)
treede94e071145fce1cb4d717b240ea6c0299624bc4 /crypto
parent11ecda44012566f756c09030aefd63e2c17c3fcd (diff)
downloadFreeBSD-src-205408bb94e4687fab3961d1a54400b93a9695f9.zip
FreeBSD-src-205408bb94e4687fab3961d1a54400b93a9695f9.tar.gz
MFC: r328419
Add declaration of SSL_get_selected_srtp_profile() for OpenSSL. Differential Revision: https://reviews.freebsd.org/D10525
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssl/ssl/srtp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/openssl/ssl/srtp.h b/crypto/openssl/ssl/srtp.h
index 512edab..2279c32 100644
--- a/crypto/openssl/ssl/srtp.h
+++ b/crypto/openssl/ssl/srtp.h
@@ -136,6 +136,7 @@ int SSL_CTX_set_tlsext_use_srtp(SSL_CTX *ctx, const char *profiles);
int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles);
STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl);
+SRTP_PROTECTION_PROFILE *SSL_get_selected_srtp_profile(SSL *s);
# endif
OpenPOWER on IntegriCloud