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)
Jan 17 2025, 12:03 PM
Unknown Object (File)
Jan 13 2025, 7:35 PM
Unknown Object (File)
Dec 12 2024, 7:06 PM
Unknown Object (File)
Nov 1 2024, 12:15 AM
Unknown Object (File)
Oct 4 2024, 7:43 AM
Unknown Object (File)
Sep 5 2024, 7:12 AM
Unknown Object (File)
Sep 2 2024, 9:36 PM
Unknown Object (File)
Aug 31 2024, 8:04 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.