opnsense-ports/security/openssl/files/patch-srtp.h
Franco Fichtner 89b27eefbb security/openssl: sync with upstream
Taken from: FreeBSD
2015-06-12 07:09:58 +02: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