diff options
| author | tb <> | 2022-06-26 04:14:43 +0000 |
|---|---|---|
| committer | tb <> | 2022-06-26 04:14:43 +0000 |
| commit | 4b7489816954182a336fd84e156d3d6cb1e3e0a8 (patch) | |
| tree | cfe5b86db3bdb78b7b4187d0b430c35cd25e2aa3 /src/lib/libcrypto/x509/x_all.c | |
| parent | e9036ffdef0c2cfa078cbb4d5452bcdbf2133de1 (diff) | |
| download | openbsd-4b7489816954182a336fd84e156d3d6cb1e3e0a8.tar.gz openbsd-4b7489816954182a336fd84e156d3d6cb1e3e0a8.tar.bz2 openbsd-4b7489816954182a336fd84e156d3d6cb1e3e0a8.zip | |
whitespace
Diffstat (limited to 'src/lib/libcrypto/x509/x_all.c')
| -rw-r--r-- | src/lib/libcrypto/x509/x_all.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x_all.c b/src/lib/libcrypto/x509/x_all.c index 9bcb0c3bbe..0af130f339 100644 --- a/src/lib/libcrypto/x509/x_all.c +++ b/src/lib/libcrypto/x509/x_all.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x_all.c,v 1.25 2021/12/03 16:46:50 jsing Exp $ */ | 1 | /* $OpenBSD: x_all.c,v 1.26 2022/06/26 04:14:43 tb 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 | * |
| @@ -383,7 +383,7 @@ X509_verify(X509 *a, EVP_PKEY *r) | |||
| 383 | { | 383 | { |
| 384 | if (X509_ALGOR_cmp(a->sig_alg, a->cert_info->signature)) | 384 | if (X509_ALGOR_cmp(a->sig_alg, a->cert_info->signature)) |
| 385 | return 0; | 385 | return 0; |
| 386 | return(ASN1_item_verify(&X509_CINF_it, a->sig_alg, | 386 | return (ASN1_item_verify(&X509_CINF_it, a->sig_alg, |
| 387 | a->signature, a->cert_info, r)); | 387 | a->signature, a->cert_info, r)); |
| 388 | } | 388 | } |
| 389 | 389 | ||
