mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 03:07:29 +02:00
Logically dead code.
This commit is contained in:
@ -3640,9 +3640,6 @@ WOLFSSL_STACK* wolfSSL_X509_STORE_GetCerts(WOLFSSL_X509_STORE_CTX* s)
|
|||||||
/* get certificate buffer */
|
/* get certificate buffer */
|
||||||
cert = &s->certs[certIdx];
|
cert = &s->certs[certIdx];
|
||||||
|
|
||||||
if (cert == NULL)
|
|
||||||
break;
|
|
||||||
|
|
||||||
dCert = (DecodedCert*)XMALLOC(sizeof(DecodedCert), NULL, DYNAMIC_TYPE_DCERT);
|
dCert = (DecodedCert*)XMALLOC(sizeof(DecodedCert), NULL, DYNAMIC_TYPE_DCERT);
|
||||||
|
|
||||||
if (dCert == NULL) {
|
if (dCert == NULL) {
|
||||||
|
Reference in New Issue
Block a user