diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/ossl_typ.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ossl_typ.h b/src/lib/libcrypto/ossl_typ.h index 9a1101d387..c4dd11eab2 100644 --- a/src/lib/libcrypto/ossl_typ.h +++ b/src/lib/libcrypto/ossl_typ.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ossl_typ.h,v 1.16 2021/12/12 21:35:46 tb Exp $ */ | 1 | /* $OpenBSD: ossl_typ.h,v 1.17 2022/01/14 08:09:18 tb Exp $ */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved. |
| 4 | * | 4 | * |
| @@ -77,6 +77,8 @@ typedef struct asn1_string_st ASN1_STRING; | |||
| 77 | typedef int ASN1_BOOLEAN; | 77 | typedef int ASN1_BOOLEAN; |
| 78 | typedef int ASN1_NULL; | 78 | typedef int ASN1_NULL; |
| 79 | 79 | ||
| 80 | typedef struct asn1_object_st ASN1_OBJECT; | ||
| 81 | |||
| 80 | typedef struct ASN1_ITEM_st ASN1_ITEM; | 82 | typedef struct ASN1_ITEM_st ASN1_ITEM; |
| 81 | typedef struct asn1_pctx_st ASN1_PCTX; | 83 | typedef struct asn1_pctx_st ASN1_PCTX; |
| 82 | 84 | ||
