mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-02-01 18:09:17 +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.