wolfssl/wolfcrypt
Ralf Schlatterbeck 63c6c47165 Fixes for 16-bit systems
Systems with sizof(int) == 2 default to expressions with that size.
So we have to do some explicit casts or use unigned long constants in
some cases.
In ssl.h the prototype of a function was not matching the definition.
This resulted in a type incompatibility on a 16-bit system.
2019-08-10 18:27:29 +02:00
..
benchmark Merge pull request #2373 from dgarske/mpint 2019-08-02 15:43:20 -07:00
src Fixes for 16-bit systems 2019-08-10 18:27:29 +02:00
test Merge pull request #2302 from SparkiDev/ecc_pubkey_check 2019-08-01 11:50:02 -07:00
user-crypto Updates for v4.0.0 2019-03-15 10:37:36 -07:00