summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/x_attrib.c
diff options
context:
space:
mode:
authorjsing <>2021-12-25 13:17:48 +0000
committerjsing <>2021-12-25 13:17:48 +0000
commit6be80228ce6e3d007c240fd309c7e08520677576 (patch)
treec2ad177e48af592ac305ef1bf2b4bbc9395b8897 /src/lib/libcrypto/asn1/x_attrib.c
parent69f80604f574c80b09c77c793ad058bbdb4ea21a (diff)
downloadopenbsd-6be80228ce6e3d007c240fd309c7e08520677576.tar.gz
openbsd-6be80228ce6e3d007c240fd309c7e08520677576.tar.bz2
openbsd-6be80228ce6e3d007c240fd309c7e08520677576.zip
Indent goto labels for diffability.
Whitespace change only.
Diffstat (limited to 'src/lib/libcrypto/asn1/x_attrib.c')
-rw-r--r--src/lib/libcrypto/asn1/x_attrib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/x_attrib.c b/src/lib/libcrypto/asn1/x_attrib.c
index a40edc1f1d..47b5afd95d 100644
--- a/src/lib/libcrypto/asn1/x_attrib.c
+++ b/src/lib/libcrypto/asn1/x_attrib.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x_attrib.c,v 1.15 2021/11/01 20:53:08 tb Exp $ */ 1/* $OpenBSD: x_attrib.c,v 1.16 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 *
@@ -194,7 +194,7 @@ X509_ATTRIBUTE_create(int nid, int atrtype, void *value)
194 ASN1_TYPE_set(val, atrtype, value); 194 ASN1_TYPE_set(val, atrtype, value);
195 return (ret); 195 return (ret);
196 196
197err: 197 err:
198 if (ret != NULL) 198 if (ret != NULL)
199 X509_ATTRIBUTE_free(ret); 199 X509_ATTRIBUTE_free(ret);
200 if (val != NULL) 200 if (val != NULL)