mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 11:42:20 +01:00
1. When building on VS, it didn't like using a variable for an array size. Fixed it so it was a constant. 2. In dh.c, there were a few #if that should have been #ifdef. 3. Tweaked a return value in the wolfCrypt test so it was read after being set.