uencrypt: Fix compile warnings
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 7 Apr 2024 20:46:13 +0000 (22:46 +0200)
committerRISCi_ATOM <bob@bobcall.me>
Thu, 11 Jul 2024 15:25:30 +0000 (11:25 -0400)
commit84475b79b46487fab998a92d3d28b75faff928b4
tree4ff8bcec0fbecd7a032a588da21baf3ba70e8cea
parentd7cb7029c8001d868375ee7fe69b5b87e4715564
uencrypt: Fix compile warnings

keylen and ivlen are of type long and not size_t.

(cherry picked from commit 0fd9acb47165e9ef07b3fa0e4f381ebe5365464c)
Link: https://github.com/openwrt/openwrt/pull/15898
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/utils/uencrypt/src/uencrypt.c