forked from wolfSSL/wolfssl
Merge pull request #2549 from JacobBarthelmeh/Testing
fix for macro typo's
This commit is contained in:
@@ -10804,7 +10804,7 @@ WOLFSSL_API int wc_PKCS7_DecodeAuthEnvelopedData(PKCS7* pkcs7, byte* in,
|
|||||||
word32 inSz, byte* output,
|
word32 inSz, byte* output,
|
||||||
word32 outputSz)
|
word32 outputSz)
|
||||||
{
|
{
|
||||||
#if defined(HAVE_AESGCM) || defined(HAVE_AESCC)
|
#if defined(HAVE_AESGCM) || defined(HAVE_AESCCM)
|
||||||
int recipFound = 0;
|
int recipFound = 0;
|
||||||
int ret = 0, length;
|
int ret = 0, length;
|
||||||
word32 idx = 0;
|
word32 idx = 0;
|
||||||
|
@@ -818,7 +818,7 @@ struct DecodedCert {
|
|||||||
const byte* issuerRaw; /* pointer to issuer inside source */
|
const byte* issuerRaw; /* pointer to issuer inside source */
|
||||||
int issuerRawLen;
|
int issuerRawLen;
|
||||||
#endif
|
#endif
|
||||||
#ifndef IGNORE_NAME_CONSTRAINT
|
#if !defined(IGNORE_NAME_CONSTRAINTS) || defined(WOLFSSL_CERT_EXT)
|
||||||
const byte* subjectRaw; /* pointer to subject inside source */
|
const byte* subjectRaw; /* pointer to subject inside source */
|
||||||
int subjectRawLen;
|
int subjectRawLen;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user