Commit 6462986
committed
OCSP Extension Encoding Fix
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.1 parent 1926e04 commit 6462986
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36642 | 36642 | | |
36643 | 36643 | | |
36644 | 36644 | | |
36645 | | - | |
| 36645 | + | |
36646 | 36646 | | |
36647 | 36647 | | |
36648 | 36648 | | |
| |||
0 commit comments