ports/security/openssl/files/patch-srtp.h
Mathieu Arnold bcdc68f820 Revert the OpenSSL 1.1.0 update, it was not tested.
With hat:	portmgr
Sponsored by:	Absolight
2016-08-27 11:00:44 +00:00

10 lines
338 B
C

--- ssl/srtp.h.orig 2015-03-19 14:30:36.000000000 +0100
+++ ssl/srtp.h 2015-03-19 21:12:51.000000000 +0100
@@ -136,7 +136,6 @@
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