summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/ts/ts_lib.c
diff options
context:
space:
mode:
authorreyk <reyk@openbsd.org>2014-04-21 16:08:47 +0000
committerreyk <reyk@openbsd.org>2014-04-21 16:08:47 +0000
commitcde94ae2de81e739533b11765104c05df4c1122e (patch)
treeac3079e91a4219673c52ec44efc26c2c1f90dab9 /lib/libcrypto/ts/ts_lib.c
parentno need for malloc casts (diff)
downloadwireguard-openbsd-cde94ae2de81e739533b11765104c05df4c1122e.tar.xz
wireguard-openbsd-cde94ae2de81e739533b11765104c05df4c1122e.zip
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@
Diffstat (limited to 'lib/libcrypto/ts/ts_lib.c')
0 files changed, 0 insertions, 0 deletions