]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Change the type of 'crp_opaque' from caddr_t to void *.
authorjhb <jhb@FreeBSD.org>
Thu, 11 Jan 2018 18:09:24 +0000 (18:09 +0000)
committerjhb <jhb@FreeBSD.org>
Thu, 11 Jan 2018 18:09:24 +0000 (18:09 +0000)
commit2010ba5fe51e54a3c8d3419cb03a2f5daa8b77f6
tree31e88930900169109a509cce5c1a60fcfd8162ab
parent219ebd26d7229986b9666fa34a1dd02698dbd0d0
Change the type of 'crp_opaque' from caddr_t to void *.

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

Reviewed by: kib
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D13848
sys/opencrypto/cryptodev.h