summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/asn1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1.h')
-rw-r--r--src/lib/libcrypto/asn1/asn1.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h
index f172e027e1..6782549886 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.68 2022/07/12 14:42:48 kn Exp $ */ 1/* $OpenBSD: asn1.h,v 1.69 2022/08/29 06:48:58 jsing 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 *
@@ -1180,6 +1180,7 @@ void ERR_load_ASN1_strings(void);
1180#define ASN1_R_TOO_LONG 155 1180#define ASN1_R_TOO_LONG 155
1181#define ASN1_R_TOO_SMALL 224 1181#define ASN1_R_TOO_SMALL 224
1182#define ASN1_R_TYPE_NOT_CONSTRUCTED 156 1182#define ASN1_R_TYPE_NOT_CONSTRUCTED 156
1183#define ASN1_R_TYPE_NOT_PRIMITIVE 231
1183#define ASN1_R_UNABLE_TO_DECODE_RSA_KEY 157 1184#define ASN1_R_UNABLE_TO_DECODE_RSA_KEY 157
1184#define ASN1_R_UNABLE_TO_DECODE_RSA_PRIVATE_KEY 158 1185#define ASN1_R_UNABLE_TO_DECODE_RSA_PRIVATE_KEY 158
1185#define ASN1_R_UNEXPECTED_EOC 159 1186#define ASN1_R_UNEXPECTED_EOC 159