diff options
| author | tb <> | 2025-12-21 09:37:05 +0000 |
|---|---|---|
| committer | tb <> | 2025-12-21 09:37:05 +0000 |
| commit | 178abdc2f97bf87bad8500c0156c5ae33260726a (patch) | |
| tree | 643ad9a487a04ed53a690077f689a4b5d960e98d /src | |
| parent | aeda0452754dd4d98535834e7eee39f43767058a (diff) | |
| download | openbsd-178abdc2f97bf87bad8500c0156c5ae33260726a.tar.gz openbsd-178abdc2f97bf87bad8500c0156c5ae33260726a.tar.bz2 openbsd-178abdc2f97bf87bad8500c0156c5ae33260726a.zip | |
Garbage collect V_ASN1_APP_CHOOSE
ok kenjiro
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/asn1/asn1.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h index aeabbc0a28..ec31b9dd19 100644 --- a/src/lib/libcrypto/asn1/asn1.h +++ b/src/lib/libcrypto/asn1/asn1.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: asn1.h,v 1.92 2024/04/10 14:55:12 beck Exp $ */ | 1 | /* $OpenBSD: asn1.h,v 1.93 2025/12/21 09:37:05 tb Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -85,7 +85,6 @@ extern "C" { | |||
| 85 | #define V_ASN1_PRIMITIVE_TAG 0x1f | 85 | #define V_ASN1_PRIMITIVE_TAG 0x1f |
| 86 | #define V_ASN1_PRIMATIVE_TAG 0x1f | 86 | #define V_ASN1_PRIMATIVE_TAG 0x1f |
| 87 | 87 | ||
| 88 | #define V_ASN1_APP_CHOOSE -2 /* let the recipient choose */ | ||
| 89 | #define V_ASN1_OTHER -3 /* used in ASN1_TYPE */ | 88 | #define V_ASN1_OTHER -3 /* used in ASN1_TYPE */ |
| 90 | #define V_ASN1_ANY -4 /* used in ASN1 template code */ | 89 | #define V_ASN1_ANY -4 /* used in ASN1 template code */ |
| 91 | 90 | ||
