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 22 2024, 1:10 AM
Unknown Object (File)
Jan 22 2024, 12:43 AM
Unknown Object (File)
Dec 20 2023, 2:36 AM
Unknown Object (File)
Sep 2 2023, 7:09 AM
Unknown Object (File)
Sep 2 2023, 7:09 AM
Unknown Object (File)
Sep 2 2023, 7:08 AM
Unknown Object (File)
Sep 2 2023, 6:57 AM
Unknown Object (File)
Aug 24 2023, 7:02 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.