lib/libdmsg: Fix compile-time warning on Linux
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 4 Jul 2018 04:39:34 +0000 (21:39 -0700)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 4 Jul 2018 04:51:50 +0000 (21:51 -0700)
commitcb4d9e67d8500c4eabf5acd24f0631778ec69f09
tree425862b86dcba56db5eb29e9818d3a5d98168add
parent81f07c26a0092e14e306af188076d27601b92328
lib/libdmsg: Fix compile-time warning on Linux

warning: pointer targets in passing argument 2 of 'crypto_algos[0].init' differ in signedness
note: expected 'char *' but argument is of type 'uint8_t *'
lib/libdmsg/crypto.c