@@ -20094,8 +20094,8 @@ static int DecodeSubtreeGeneralName(const byte* input, word32 sz, byte tag,
2009420094 * @param [in] input Buffer holding data.
2009520095 * @param [in] sz Size of data in buffer.
2009620096 * @param [in, out] head Linked list of subtree names.
20097- * @param [in] limit If > 0, limit on number of tree
20098- * entries to process, exceeding
20097+ * @param [in] limit If > 0, limit on number of tree
20098+ * entries to process, exceeding
2009920099 * is an error.
2010020100 * @param [in] heap Dynamic memory hint.
2010120101 * @return 0 on success.
@@ -20324,7 +20324,7 @@ static int DecodeNameConstraints(const byte* input, word32 sz,
2032420324 ret = DecodeSubtree(
2032520325 dataASN[NAMECONSTRAINTSASN_IDX_PERMIT].data.ref.data,
2032620326 dataASN[NAMECONSTRAINTSASN_IDX_PERMIT].data.ref.length,
20327- &cert->permittedNames, WOLFSSL_MAX_NAME_CONSTRAINTS,
20327+ &cert->permittedNames, WOLFSSL_MAX_NAME_CONSTRAINTS,
2032820328 cert->heap);
2032920329 }
2033020330 }
@@ -20334,7 +20334,7 @@ static int DecodeNameConstraints(const byte* input, word32 sz,
2033420334 ret = DecodeSubtree(
2033520335 dataASN[NAMECONSTRAINTSASN_IDX_EXCLUDE].data.ref.data,
2033620336 dataASN[NAMECONSTRAINTSASN_IDX_EXCLUDE].data.ref.length,
20337- &cert->excludedNames, WOLFSSL_MAX_NAME_CONSTRAINTS,
20337+ &cert->excludedNames, WOLFSSL_MAX_NAME_CONSTRAINTS,
2033820338 cert->heap);
2033920339 }
2034020340 }
0 commit comments