CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/28 09:03:03
Modified files:
usr.sbin/relayd: Makefile ca.c
Log message:
Add -Wcast-qual and cast away one false positive where we use a const
u_char * variable for an iovec from within the libcrypto engine callback.
OK millert@
