diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/x509/x509v3.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/x509/x509v3.h b/src/lib/libcrypto/x509/x509v3.h index 3cccf86242..f9ff466e60 100644 --- a/src/lib/libcrypto/x509/x509v3.h +++ b/src/lib/libcrypto/x509/x509v3.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509v3.h,v 1.3 2021/09/02 12:41:44 job Exp $ */ | 1 | /* $OpenBSD: x509v3.h,v 1.4 2021/09/02 13:26:51 job Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project 1999. | 3 | * project 1999. |
| 4 | */ | 4 | */ |
| @@ -860,7 +860,7 @@ typedef struct ASIdOrRange_st { | |||
| 860 | } ASIdOrRange; | 860 | } ASIdOrRange; |
| 861 | 861 | ||
| 862 | typedef STACK_OF(ASIdOrRange) ASIdOrRanges; | 862 | typedef STACK_OF(ASIdOrRange) ASIdOrRanges; |
| 863 | DEFINE_STACK_OF(ASIdOrRange) | 863 | DECLARE_STACK_OF(ASIdOrRange) |
| 864 | 864 | ||
| 865 | # define ASIdentifierChoice_inherit 0 | 865 | # define ASIdentifierChoice_inherit 0 |
| 866 | # define ASIdentifierChoice_asIdsOrRanges 1 | 866 | # define ASIdentifierChoice_asIdsOrRanges 1 |
| @@ -897,7 +897,7 @@ typedef struct IPAddressOrRange_st { | |||
| 897 | } IPAddressOrRange; | 897 | } IPAddressOrRange; |
| 898 | 898 | ||
| 899 | typedef STACK_OF(IPAddressOrRange) IPAddressOrRanges; | 899 | typedef STACK_OF(IPAddressOrRange) IPAddressOrRanges; |
| 900 | DEFINE_STACK_OF(IPAddressOrRange) | 900 | DECLARE_STACK_OF(IPAddressOrRange) |
| 901 | 901 | ||
| 902 | # define IPAddressChoice_inherit 0 | 902 | # define IPAddressChoice_inherit 0 |
| 903 | # define IPAddressChoice_addressesOrRanges 1 | 903 | # define IPAddressChoice_addressesOrRanges 1 |
| @@ -916,7 +916,7 @@ typedef struct IPAddressFamily_st { | |||
| 916 | } IPAddressFamily; | 916 | } IPAddressFamily; |
| 917 | 917 | ||
| 918 | typedef STACK_OF(IPAddressFamily) IPAddrBlocks; | 918 | typedef STACK_OF(IPAddressFamily) IPAddrBlocks; |
| 919 | DEFINE_STACK_OF(IPAddressFamily) | 919 | DECLARE_STACK_OF(IPAddressFamily) |
| 920 | DECLARE_ASN1_FUNCTIONS(IPAddressRange) | 920 | DECLARE_ASN1_FUNCTIONS(IPAddressRange) |
| 921 | DECLARE_ASN1_FUNCTIONS(IPAddressOrRange) | 921 | DECLARE_ASN1_FUNCTIONS(IPAddressOrRange) |
| 922 | DECLARE_ASN1_FUNCTIONS(IPAddressChoice) | 922 | DECLARE_ASN1_FUNCTIONS(IPAddressChoice) |
