diff options
| author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-05-17 04:45:02 +0000 |
|---|---|---|
| committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-05-17 04:45:02 +0000 |
| commit | 4c0b79b52aee54f32b8107b6d9aff00a08aa9708 (patch) | |
| tree | 8ae31ee562f7e70203a5a68592214e3ce5a76103 /security/openssl/files | |
| parent | - Make Puppet lenses work (diff) | |
- 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/openssl/files')
| -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 + } |
