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/bio_ndef.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/bio_ndef.c')
| -rw-r--r-- | src/lib/libcrypto/asn1/bio_ndef.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/bio_ndef.c b/src/lib/libcrypto/asn1/bio_ndef.c index 890b141304..88b204e8aa 100644 --- a/src/lib/libcrypto/asn1/bio_ndef.c +++ b/src/lib/libcrypto/asn1/bio_ndef.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: bio_ndef.c,v 1.10 2017/01/29 17:49:22 beck Exp $ */ | 1 | /* $OpenBSD: bio_ndef.c,v 1.11 2021/12/25 13:17:48 jsing Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project. | 3 | * project. |
| 4 | */ | 4 | */ |
| @@ -143,7 +143,7 @@ BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it) | |||
| 143 | 143 | ||
| 144 | return sarg.ndef_bio; | 144 | return sarg.ndef_bio; |
| 145 | 145 | ||
| 146 | err: | 146 | err: |
| 147 | BIO_free(asn_bio); | 147 | BIO_free(asn_bio); |
| 148 | free(ndef_aux); | 148 | free(ndef_aux); |
| 149 | return NULL; | 149 | return NULL; |
