wolfSSL / wolfssl

The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3 and DTLS 1.3!
https://www.wolfssl.com
GNU General Public License v2.0
2.36k stars 834 forks source link

TFM: explicit cast of -1 to fp_digit #8186

Closed SparkiDev closed 1 week ago

SparkiDev commented 1 week ago

Description

When -1 is needed as an fp_digit, as a mask. cast to fp_digit.

Fixes zd#18950

Testing

Retested tfm.

Checklist

SparkiDev commented 1 week ago

retest this please