diff options
| author | jsing <> | 2022-08-29 06:48:58 +0000 |
|---|---|---|
| committer | jsing <> | 2022-08-29 06:48:58 +0000 |
| commit | 7597b22fcc2f351d94675f5d378d770c786c3155 (patch) | |
| tree | 1c0707627e2f0a08e74620a03f2480eb84552bc0 /src/lib/libcrypto/asn1/asn1_err.c | |
| parent | 59c198b86e1865225a9669c36bf92d25ff2252eb (diff) | |
| download | openbsd-7597b22fcc2f351d94675f5d378d770c786c3155.tar.gz openbsd-7597b22fcc2f351d94675f5d378d770c786c3155.tar.bz2 openbsd-7597b22fcc2f351d94675f5d378d770c786c3155.zip | |
Provide ASN1_R_TYPE_NOT_PRIMITIVE.
Needed for an upcoming change.
ok tb@
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1_err.c')
| -rw-r--r-- | src/lib/libcrypto/asn1/asn1_err.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/asn1_err.c b/src/lib/libcrypto/asn1/asn1_err.c index 8a99e78bd8..f67fa71340 100644 --- a/src/lib/libcrypto/asn1/asn1_err.c +++ b/src/lib/libcrypto/asn1/asn1_err.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: asn1_err.c,v 1.24 2022/07/12 14:42:48 kn Exp $ */ | 1 | /* $OpenBSD: asn1_err.c,v 1.25 2022/08/29 06:48:58 jsing Exp $ */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. |
| 4 | * | 4 | * |
| @@ -176,6 +176,7 @@ static ERR_STRING_DATA ASN1_str_reasons[] = { | |||
| 176 | {ERR_REASON(ASN1_R_TOO_LONG) , "too long"}, | 176 | {ERR_REASON(ASN1_R_TOO_LONG) , "too long"}, |
| 177 | {ERR_REASON(ASN1_R_TOO_SMALL) , "too small"}, | 177 | {ERR_REASON(ASN1_R_TOO_SMALL) , "too small"}, |
| 178 | {ERR_REASON(ASN1_R_TYPE_NOT_CONSTRUCTED) , "type not constructed"}, | 178 | {ERR_REASON(ASN1_R_TYPE_NOT_CONSTRUCTED) , "type not constructed"}, |
| 179 | {ERR_REASON(ASN1_R_TYPE_NOT_PRIMITIVE) , "type not primitive"}, | ||
| 179 | {ERR_REASON(ASN1_R_UNABLE_TO_DECODE_RSA_KEY), "unable to decode rsa key"}, | 180 | {ERR_REASON(ASN1_R_UNABLE_TO_DECODE_RSA_KEY), "unable to decode rsa key"}, |
| 180 | {ERR_REASON(ASN1_R_UNABLE_TO_DECODE_RSA_PRIVATE_KEY), "unable to decode rsa private key"}, | 181 | {ERR_REASON(ASN1_R_UNABLE_TO_DECODE_RSA_PRIVATE_KEY), "unable to decode rsa private key"}, |
| 181 | {ERR_REASON(ASN1_R_UNEXPECTED_EOC) , "unexpected eoc"}, | 182 | {ERR_REASON(ASN1_R_UNEXPECTED_EOC) , "unexpected eoc"}, |
