whitespace
authortb <tb@openbsd.org>
Sun, 26 Jun 2022 04:14:43 +0000 (04:14 +0000)
committertb <tb@openbsd.org>
Sun, 26 Jun 2022 04:14:43 +0000 (04:14 +0000)
lib/libcrypto/x509/x_all.c

index 9bcb0c3..0af130f 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: x_all.c,v 1.25 2021/12/03 16:46:50 jsing Exp $ */
+/* $OpenBSD: x_all.c,v 1.26 2022/06/26 04:14:43 tb Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -383,7 +383,7 @@ X509_verify(X509 *a, EVP_PKEY *r)
 {
        if (X509_ALGOR_cmp(a->sig_alg, a->cert_info->signature))
                return 0;
-       return(ASN1_item_verify(&X509_CINF_it, a->sig_alg,
+       return (ASN1_item_verify(&X509_CINF_it, a->sig_alg,
            a->signature, a->cert_info, r));
 }