diff options
author | tb <> | 2022-06-26 04:14:43 +0000 |
---|---|---|
committer | tb <> | 2022-06-26 04:14:43 +0000 |
commit | e22e2d01b34150cb73fe804f8eeacacdc7165c20 (patch) | |
tree | cfe5b86db3bdb78b7b4187d0b430c35cd25e2aa3 /src | |
parent | 8f49e18d8b58138d52d4c7d55385ef2f47508529 (diff) | |
download | openbsd-e22e2d01b34150cb73fe804f8eeacacdc7165c20.tar.gz openbsd-e22e2d01b34150cb73fe804f8eeacacdc7165c20.tar.bz2 openbsd-e22e2d01b34150cb73fe804f8eeacacdc7165c20.zip |
whitespace
Diffstat (limited to 'src')
-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 | ||