Skip to content

Commit 3111128

Browse files
committed
Cosmetic - fixed mispell
1 parent ca01807 commit 3111128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfssl/internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,7 @@ enum Misc {
15691569
SEED_LEN = RAN_LEN * 2, /* tls prf seed length */
15701570
ID_LEN = 32, /* session id length */
15711571
COOKIE_SECRET_SZ = 14, /* dtls cookie secret size */
1572-
MAX_COOKIE_LEN = 254, /* max dtls cookie size per RFC 6347 (opaque<0..2^8-1>) more than 254 can be malfored / malicious */
1572+
MAX_COOKIE_LEN = 254, /* max dtls cookie size per RFC 6347 (opaque<0..2^8-1>) more than 254 can be malformed / malicious */
15731573
COOKIE_SZ = 20, /* use a 20 byte cookie */
15741574
SUITE_LEN = 2, /* cipher suite sz length */
15751575
ENUM_LEN = 1, /* always a byte */

0 commit comments

Comments
 (0)