mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 23:19:53 +01:00
used and size have no reason to be negative - change type. Change code to match unsigned change. Mostly change variables to be unsigned where possible. integer.c: Only have mp_rand_prime available when needed and mp_prime_is_prime_ex is available. Fixes from regression testing.