apps: fix warning about size_t / int conversion
authorArmin Fuerst <armin@fuerst.priv.at>
Sat, 6 Mar 2021 11:19:18 +0000 (12:19 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 9 Apr 2021 14:20:47 +0000 (16:20 +0200)
commitb1c908f421b3466aecf980603132bcab89d1ce99
tree8135f20bcef0a308178bc4e69003ec4e699a2835
parentd3a5898a7f4980bc0fa6345c408f88007573c405
apps: fix warning about size_t / int conversion

Windows builds show the following warning:
(..\apps\ca.c(2643): warning C4267: 'function': conversion
from 'size_t' to 'int', possible loss of data)

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14453)
apps/include/apps.h
apps/lib/apps.c
test/testutil/apps_mem.c