uencrypt: Fix compile warnings
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 7 Apr 2024 20:46:13 +0000 (22:46 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 8 Jul 2024 19:13:26 +0000 (21:13 +0200)
commit3941633dd788df2bdcb5bb26ed5cb374e5f6076a
tree3ea8530be41a908974d428118a4329a6933fd808
parentccac75a37f13e77071d4b481aad1aa7fbb8a4c29
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