summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/asn1_par.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1_par.c')
-rw-r--r--src/lib/libcrypto/asn1/asn1_par.c6
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 4604930593..aec71d3be9 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.30 2021/12/14 17:35:21 jsing Exp $ */ 1/* $OpenBSD: asn1_par.c,v 1.31 2021/12/25 13:17:48 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 *
@@ -97,7 +97,7 @@ asn1_print_info(BIO *bp, int tag, int xclass, int constructed,
97 if (BIO_printf(bp, "%-18s", p) <= 0) 97 if (BIO_printf(bp, "%-18s", p) <= 0)
98 goto err; 98 goto err;
99 return (1); 99 return (1);
100err: 100 err:
101 return (0); 101 return (0);
102} 102}
103 103
@@ -371,7 +371,7 @@ asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset,
371 } 371 }
372 ret = 1; 372 ret = 1;
373 373
374end: 374 end:
375 if (o != NULL) 375 if (o != NULL)
376 ASN1_OBJECT_free(o); 376 ASN1_OBJECT_free(o);
377 ASN1_OCTET_STRING_free(os); 377 ASN1_OCTET_STRING_free(os);