1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

- fix build with -Werror

PR:		167350
Submitted by:	Bryan Drewery
Obtained from:	http://rt.openssl.org/Ticket/Display.html?id=2724&user=guest&pass=guest#lasttrans
This commit is contained in:
Dirk Meyer 2012-05-17 04:45:02 +00:00
parent e7a967368d
commit 4c0b79b52a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296810

View File

@ -0,0 +1,10 @@
--- ssl/srtp.h.orig 2012-04-26 22:40:38.000000000 -0500
+++ ssl/srtp.h 2012-04-26 22:40:51.000000000 -0500
@@ -135,7 +135,6 @@
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);
#ifdef __cplusplus
}