From 33a16547a760f9370f228bd8fe6d64a6bdda350c Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Tue, 2 Jun 2020 15:01:54 -0600 Subject: [PATCH] Fix a comment typo --- certgen/certgen_with_altnames.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/certgen/certgen_with_altnames.c b/certgen/certgen_with_altnames.c index 8d5d948e..fb62a0aa 100644 --- a/certgen/certgen_with_altnames.c +++ b/certgen/certgen_with_altnames.c @@ -144,9 +144,8 @@ int main(void) { /* Add some alt names to our cert: */ char myAltNames[] = { /* SEQUENCE (1 element with 3 segements. Entire length is 35 - * (0x29 in hex)) + * (0x23 in hex)) */ - /* 0x30 -> SEQUENCE, 0x23 -> Length of entire sequence */ 0x30, 0x23, /* This is a String 0x8, it denotes a DNSName 0x2 -> 0x82 * This strings' length is 9 (0x09)