Skip to content

Commit a17677c

Browse files
committed
Remove trailing whitespace
1 parent 473de57 commit a17677c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

wolfcrypt/src/asn.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
}

wolfssl/wolfcrypt/asn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ extern const WOLFSSL_ObjectInfo wolfssl_object_info[];
781781
#endif
782782

783783
/* Maximum number of allowed subject alternative names in a certificate.
784-
* Any certificate containing more than this number of subject
784+
* Any certificate containing more than this number of subject
785785
* alternative names will cause an error when attempting to parse. */
786786
#ifndef WOLFSSL_MAX_ALT_NAMES
787787
#define WOLFSSL_MAX_ALT_NAMES 128

0 commit comments

Comments
 (0)