The OpenSSL engine passes a "const u_char *" to the callback but
authorreyk <reyk@openbsd.org>
Mon, 21 Apr 2014 14:57:17 +0000 (14:57 +0000)
committerreyk <reyk@openbsd.org>
Mon, 21 Apr 2014 14:57:17 +0000 (14:57 +0000)
commit6caa838eceb5574a94ccb7add370056d3cf81131
tree6c6742e9b5cc6330af2a8fd6a237aadfe4f3cf03
parenta2f0112d14f9fcbd0f590eaccdbd3d96eedcc2a7
The OpenSSL engine passes a "const u_char *" to the callback but
relayd's RSA privsep engine uses an iovec that expects a non-cast
"void *".  Cast it and disable the -Wcast-qual warning because I don't
want to copy the data and I didn't find a better way to implement it.

ok guenther@
usr.sbin/relayd/Makefile