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)
Thu, Nov 14, 1:56 PM
Unknown Object (File)
Sep 28 2024, 2:50 PM
Unknown Object (File)
Sep 27 2024, 1:11 AM
Unknown Object (File)
Sep 20 2024, 4:58 PM
Unknown Object (File)
Sep 19 2024, 1:03 PM
Unknown Object (File)
Sep 18 2024, 4:15 AM
Unknown Object (File)
Sep 4 2024, 10:19 AM
Unknown Object (File)
Aug 30 2024, 2:33 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.