]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add spaces to make macros more clear
authorwillmafh <willmafh@hotmail.com>
Wed, 4 Dec 2024 12:59:40 +0000 (20:59 +0800)
committerTomas Mraz <tomas@openssl.org>
Fri, 6 Dec 2024 14:28:09 +0000 (15:28 +0100)
CLA: trivial

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26095)

include/openssl/asn1.h.in

index 798b22115ccc4987fb1cbd7c1cc995775b2729a9..0acbca146afbe22c3c279aaed655463b01209988 100644 (file)
@@ -54,14 +54,14 @@ extern "C" {
 # define V_ASN1_PRIMITIVE_TAG            0x1f
 # define V_ASN1_PRIMATIVE_TAG /*compat*/ V_ASN1_PRIMITIVE_TAG
 
-# define V_ASN1_APP_CHOOSE               -2/* let the recipient choose */
-# define V_ASN1_OTHER                    -3/* used in ASN1_TYPE */
-# define V_ASN1_ANY                      -4/* used in ASN1 template code */
+# define V_ASN1_APP_CHOOSE               -2 /* let the recipient choose */
+# define V_ASN1_OTHER                    -3 /* used in ASN1_TYPE */
+# define V_ASN1_ANY                      -4 /* used in ASN1 template code */
 
 # define V_ASN1_UNDEF                    -1
 /* ASN.1 tag values */
 # define V_ASN1_EOC                      0
-# define V_ASN1_BOOLEAN                  1 /**/
+# define V_ASN1_BOOLEAN                  1
 # define V_ASN1_INTEGER                  2
 # define V_ASN1_BIT_STRING               3
 # define V_ASN1_OCTET_STRING             4
@@ -74,19 +74,19 @@ extern "C" {
 # define V_ASN1_UTF8STRING               12
 # define V_ASN1_SEQUENCE                 16
 # define V_ASN1_SET                      17
-# define V_ASN1_NUMERICSTRING            18 /**/
+# define V_ASN1_NUMERICSTRING            18
 # define V_ASN1_PRINTABLESTRING          19
 # define V_ASN1_T61STRING                20
-# define V_ASN1_TELETEXSTRING            20/* alias */
-# define V_ASN1_VIDEOTEXSTRING           21 /**/
+# define V_ASN1_TELETEXSTRING            20 /* alias */
+# define V_ASN1_VIDEOTEXSTRING           21
 # define V_ASN1_IA5STRING                22
 # define V_ASN1_UTCTIME                  23
-# define V_ASN1_GENERALIZEDTIME          24 /**/
-# define V_ASN1_GRAPHICSTRING            25 /**/
-# define V_ASN1_ISO64STRING              26 /**/
-# define V_ASN1_VISIBLESTRING            26/* alias */
-# define V_ASN1_GENERALSTRING            27 /**/
-# define V_ASN1_UNIVERSALSTRING          28 /**/
+# define V_ASN1_GENERALIZEDTIME          24
+# define V_ASN1_GRAPHICSTRING            25
+# define V_ASN1_ISO64STRING              26
+# define V_ASN1_VISIBLESTRING            26 /* alias */
+# define V_ASN1_GENERALSTRING            27
+# define V_ASN1_UNIVERSALSTRING          28
 # define V_ASN1_BMPSTRING                30
 
 /*