mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-06 19:00:50 +02:00
1b338abb2d
fix internal functions wolfSSL_read_internal() and ReceiveData() to likewise accept size_t sz; add negative sz checks where needed to other functions that call wolfSSL_read_internal() and ReceiveData(); add min_size_t() and max_size_t() to misc.c/misc.h.