diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1_par.c')
| -rw-r--r-- | src/lib/libcrypto/asn1/asn1_par.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/asn1_par.c b/src/lib/libcrypto/asn1/asn1_par.c index 29b0ba46b5..e34c75a418 100644 --- a/src/lib/libcrypto/asn1/asn1_par.c +++ b/src/lib/libcrypto/asn1/asn1_par.c | |||
| @@ -375,7 +375,7 @@ static int asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offse | |||
| 375 | } | 375 | } |
| 376 | else | 376 | else |
| 377 | { | 377 | { |
| 378 | if (BIO_write(bp,"BAD ENUMERATED",11) <= 0) | 378 | if (BIO_write(bp,"BAD ENUMERATED",14) <= 0) |
| 379 | goto end; | 379 | goto end; |
| 380 | } | 380 | } |
| 381 | M_ASN1_ENUMERATED_free(bs); | 381 | M_ASN1_ENUMERATED_free(bs); |
