mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 17:32:50 +01:00
Change all left shifts to be of unsigned values. In some cases the values were negative. Added macros to make the code easier to be consistent.