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/tasn_utl.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 '')
| -rw-r--r-- | src/lib/libcrypto/asn1/tasn_utl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/tasn_utl.c b/src/lib/libcrypto/asn1/tasn_utl.c index 391ef01a57..e64bbe1f1a 100644 --- a/src/lib/libcrypto/asn1/tasn_utl.c +++ b/src/lib/libcrypto/asn1/tasn_utl.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: tasn_utl.c,v 1.12 2017/01/29 17:49:22 beck Exp $ */ | 1 | /* $OpenBSD: tasn_utl.c,v 1.13 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 2000. | 3 | * project 2000. |
| 4 | */ | 4 | */ |
| @@ -272,7 +272,7 @@ asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, int nullerr) | |||
| 272 | goto err; | 272 | goto err; |
| 273 | return adb->default_tt; | 273 | return adb->default_tt; |
| 274 | 274 | ||
| 275 | err: | 275 | err: |
| 276 | /* FIXME: should log the value or OID of unsupported type */ | 276 | /* FIXME: should log the value or OID of unsupported type */ |
| 277 | if (nullerr) | 277 | if (nullerr) |
| 278 | ASN1error(ASN1_R_UNSUPPORTED_ANY_DEFINED_BY_TYPE); | 278 | ASN1error(ASN1_R_UNSUPPORTED_ANY_DEFINED_BY_TYPE); |
