mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-07 04:40:49 +02:00
6462986bf2
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.