fix for macro typo's

This commit is contained in:
Jacob Barthelmeh
2019-11-01 09:21:21 -06:00
parent 9e852b3867
commit efca350cba
2 changed files with 2 additions and 2 deletions

View File

@@ -10803,7 +10803,7 @@ WOLFSSL_API int wc_PKCS7_DecodeAuthEnvelopedData(PKCS7* pkcs7, byte* in,
word32 inSz, byte* output,
word32 outputSz)
{
#if defined(HAVE_AESGCM) || defined(HAVE_AESCC)
#if defined(HAVE_AESGCM) || defined(HAVE_AESCCM)
int recipFound = 0;
int ret = 0, length;
word32 idx = 0;

View File

@@ -818,7 +818,7 @@ struct DecodedCert {
const byte* issuerRaw; /* pointer to issuer inside source */
int issuerRawLen;
#endif
#ifndef IGNORE_NAME_CONSTRAINT
#ifndef IGNORE_NAME_CONSTRAINTS
const byte* subjectRaw; /* pointer to subject inside source */
int subjectRawLen;
#endif