Page MenuHomeFreeBSD

crypto/openssl/ssl/srtp.h: Fix double removal
ClosedPublic

Authored by brnrd on Apr 27 2017, 2:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 11, 11:50 PM
Unknown Object (File)
Sat, Oct 11, 11:50 PM
Unknown Object (File)
Sat, Oct 11, 11:49 PM
Unknown Object (File)
Sat, Oct 11, 2:30 PM
Unknown Object (File)
Sat, Oct 11, 5:42 AM
Unknown Object (File)
Thu, Oct 9, 9:52 PM
Unknown Object (File)
Sun, Oct 5, 4:49 AM
Unknown Object (File)
Sun, Sep 21, 7:47 PM
Subscribers

Details

Summary
crypto/openssl/ssl/srtp.h: Fix double removal

 - SRTP_PROTECTION_PROFILE removed from code twice
 - See patch in [2]

[1] https://github.com/openssl/openssl/commit/383f0e349f0516440a37db29a6b81b8f6c49207f
[2] https://rt.openssl.org/Ticket/Display.html?id=2724

See also: D10523
Reported by: https://github.com/creytiv/re/issues/48
Test Plan

Tested in the port. When both lines removed, build fails with
-Werror -Qunused-arguments

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jan 25 2018, 11:38 PM
This revision was automatically updated to reflect the committed changes.

It'll be MFC'd to all stable branches in 3 days. Sorry for the delay.