CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2014/04/21 10:08:47

Modified files:
        usr.sbin/relayd: ca.c 

Log message:
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@

Reply via email to