diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-05-17 12:45:02 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-05-17 12:45:02 +0800 |
commit | 73d8b56ed66b231df4111e0a00db4b14a990bc04 (patch) | |
tree | 146456eb1bb47b578ef235f2da3fa254e9813608 /security | |
parent | d8cad434e94d35ef4fbdaa3eba94bcab8221cdfc (diff) | |
download | freebsd-ports-gnome-73d8b56ed66b231df4111e0a00db4b14a990bc04.tar.gz freebsd-ports-gnome-73d8b56ed66b231df4111e0a00db4b14a990bc04.tar.zst freebsd-ports-gnome-73d8b56ed66b231df4111e0a00db4b14a990bc04.zip |
- 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
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/files/patch-ssl-srtp.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/openssl/files/patch-ssl-srtp.h b/security/openssl/files/patch-ssl-srtp.h new file mode 100644 index 000000000000..7ab47abb22db --- /dev/null +++ b/security/openssl/files/patch-ssl-srtp.h @@ -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 + } |