Page MenuHomeFreeBSD

Change the type of 'crp_opaque' from caddr_t to void *.
ClosedPublic

Authored by jhb on Jan 11 2018, 12:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 25, 7:53 PM
Unknown Object (File)
Dec 4 2024, 11:25 PM
Unknown Object (File)
Nov 30 2024, 12:35 AM
Unknown Object (File)
Nov 28 2024, 9:25 PM
Unknown Object (File)
Nov 26 2024, 12:36 PM
Unknown Object (File)
Nov 14 2024, 1:56 PM
Unknown Object (File)
Sep 28 2024, 2:50 PM
Unknown Object (File)
Sep 27 2024, 1:11 AM
Subscribers

Details

Summary

Opaque pointers should be void *. Note that this does not go through
the tree removing all of the now-unnecessary casts.

Test Plan
  • tested with cryptocheck and the OpenSSL engine

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 11 2018, 11:14 AM
This revision was automatically updated to reflect the committed changes.