diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1.h')
-rw-r--r-- | src/lib/libcrypto/asn1/asn1.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h index 6fc4cd7527..3a2da6463e 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.44 2018/02/14 16:46:04 jsing Exp $ */ | 1 | /* $OpenBSD: asn1.h,v 1.45 2018/03/29 02:29:24 inoguchi 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 | * |
@@ -1405,6 +1405,7 @@ void ERR_load_ASN1_strings(void); | |||
1405 | #define ASN1_R_MSTRING_NOT_UNIVERSAL 139 | 1405 | #define ASN1_R_MSTRING_NOT_UNIVERSAL 139 |
1406 | #define ASN1_R_MSTRING_WRONG_TAG 140 | 1406 | #define ASN1_R_MSTRING_WRONG_TAG 140 |
1407 | #define ASN1_R_NESTED_ASN1_STRING 197 | 1407 | #define ASN1_R_NESTED_ASN1_STRING 197 |
1408 | #define ASN1_R_NESTED_TOO_DEEP 219 | ||
1408 | #define ASN1_R_NON_HEX_CHARACTERS 141 | 1409 | #define ASN1_R_NON_HEX_CHARACTERS 141 |
1409 | #define ASN1_R_NOT_ASCII_FORMAT 190 | 1410 | #define ASN1_R_NOT_ASCII_FORMAT 190 |
1410 | #define ASN1_R_NOT_ENOUGH_DATA 142 | 1411 | #define ASN1_R_NOT_ENOUGH_DATA 142 |