mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 12:40:50 +02:00
0283a917e8
--- variable md5_hash moved to the heap (up to 256 bytes saved) --- variable sha_hash moved to the heap (up to 256 bytes saved) --- variable labelSeed moved to the heap (up to 128 bytes saved) --- variable md5_result moved to the heap (up to 224 bytes saved) --- variable sha_result moved to the heap (up to 224 bytes saved) tls: refactoring PRF to reduce stack usage: --- variable labelSeed moved to the heap (up to 128 bytes saved)