mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
10 lines
338 B
C
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
|
|
|