From f8e7f9bf03ba04824eee583afbcd98af3c0179d9 Mon Sep 17 00:00:00 2001 From: Hideki Miyazaki Date: Wed, 14 Apr 2021 07:58:22 +0900 Subject: [PATCH] addressed review comment part1 --- wolfssl/wolfcrypt/asn.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wolfssl/wolfcrypt/asn.h b/wolfssl/wolfcrypt/asn.h index 9163d4971..4bfc55545 100644 --- a/wolfssl/wolfcrypt/asn.h +++ b/wolfssl/wolfcrypt/asn.h @@ -140,8 +140,8 @@ enum DN_Tags { /* pilot attribute types * OID values of 0.9.2342.19200300.100.1.* */ ASN_USER_ID = 0x01, /* UID */ - ASN_DOMAIN_COMPONENT = 0x19, /* DC */ - ASN_FAVOURITE_DRINK = 0x05 /* favouriteDrink */ + ASN_FAVOURITE_DRINK = 0x05, /* favouriteDrink */ + ASN_DOMAIN_COMPONENT = 0x19 /* DC */ }; /* This is the size of the smallest possible PEM header and footer */