diff options
author | 2014-04-21 16:08:47 +0000 | |
---|---|---|
committer | 2014-04-21 16:08:47 +0000 | |
commit | cde94ae2de81e739533b11765104c05df4c1122e (patch) | |
tree | ac3079e91a4219673c52ec44efc26c2c1f90dab9 /lib/libcrypto/ts/ts_lib.c | |
parent | no need for malloc casts (diff) | |
download | wireguard-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