diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1_par.c')
| -rw-r--r-- | src/lib/libcrypto/asn1/asn1_par.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/asn1/asn1_par.c b/src/lib/libcrypto/asn1/asn1_par.c index 9057185e74..aaf8decd6c 100644 --- a/src/lib/libcrypto/asn1/asn1_par.c +++ b/src/lib/libcrypto/asn1/asn1_par.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: asn1_par.c,v 1.23 2015/09/30 17:30:15 jsing Exp $ */ | 1 | /* $OpenBSD: asn1_par.c,v 1.24 2015/09/30 18:41:06 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 | * |
| @@ -286,7 +286,7 @@ asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset, | |||
| 286 | nl = 1; | 286 | nl = 1; |
| 287 | } | 287 | } |
| 288 | } | 288 | } |
| 289 | M_ASN1_OCTET_STRING_free(os); | 289 | ASN1_OCTET_STRING_free(os); |
| 290 | os = NULL; | 290 | os = NULL; |
| 291 | } else if (tag == V_ASN1_INTEGER) { | 291 | } else if (tag == V_ASN1_INTEGER) { |
| 292 | ASN1_INTEGER *bs; | 292 | ASN1_INTEGER *bs; |
| @@ -369,7 +369,7 @@ asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset, | |||
| 369 | end: | 369 | end: |
| 370 | if (o != NULL) | 370 | if (o != NULL) |
| 371 | ASN1_OBJECT_free(o); | 371 | ASN1_OBJECT_free(o); |
| 372 | M_ASN1_OCTET_STRING_free(os); | 372 | ASN1_OCTET_STRING_free(os); |
| 373 | *pp = p; | 373 | *pp = p; |
| 374 | return (ret); | 374 | return (ret); |
| 375 | } | 375 | } |
