Merge pull request #207 from kaleb-himes/TYPO

Fix a comment typo
pull/208/head
David Garske 2020-06-02 14:21:49 -07:00 committed by GitHub
commit 8877e05680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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)