mirror of
https://github.com/openssl/openssl.git
synced 2025-03-07 19:38:33 +08:00
Add spaces to make macros more clear
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)
This commit is contained in:
parent
2e407ea5c6
commit
282c405818
@ -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
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user