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.
Loading
Please register or sign in to comment