mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-09 19:00:52 +02:00
6a31f103aa
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.