mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-08 23:50:51 +02:00
3455e726f9
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.