diff options
author | jsing <> | 2021-12-25 13:17:48 +0000 |
---|---|---|
committer | jsing <> | 2021-12-25 13:17:48 +0000 |
commit | f2a8b7b1604d94d3feae0cdb83aff3c6318aa9fc (patch) | |
tree | c2ad177e48af592ac305ef1bf2b4bbc9395b8897 /src/lib/libcrypto/asn1/x_attrib.c | |
parent | 3e59178d8cf94d91f982c067af9d3ac3aa6f6d94 (diff) | |
download | openbsd-f2a8b7b1604d94d3feae0cdb83aff3c6318aa9fc.tar.gz openbsd-f2a8b7b1604d94d3feae0cdb83aff3c6318aa9fc.tar.bz2 openbsd-f2a8b7b1604d94d3feae0cdb83aff3c6318aa9fc.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.c | 4 |
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 | ||
197 | err: | 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) |