mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 03:42:20 +01:00
1. Removed redundant check for the output being NULL in `EncodeOcspRequestExtensions()`. The chuck of code being protected only cared about the value of ret, not the pointer. The code was supposed to calculate the size of the data without writing it.