From 9dcf678726cfbece5f63515f3e2138ca32e6a25e Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 19 Aug 2025 21:54:11 +0000 Subject: x_crl.c: wont -> won't + KNF for a comment --- src/lib/libcrypto/asn1/x_crl.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/asn1/x_crl.c b/src/lib/libcrypto/asn1/x_crl.c index 19caf56cec..59f867bc12 100644 --- a/src/lib/libcrypto/asn1/x_crl.c +++ b/src/lib/libcrypto/asn1/x_crl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x_crl.c,v 1.50 2025/07/10 18:48:31 tb Exp $ */ +/* $OpenBSD: x_crl.c,v 1.51 2025/08/19 21:54:11 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -105,8 +105,9 @@ X509_REVOKED_cmp(const X509_REVOKED * const *a, const X509_REVOKED * const *b) return ASN1_INTEGER_cmp((*a)->serialNumber, (*b)->serialNumber); } -/* The X509_CRL_INFO structure needs a bit of customisation. - * Since we cache the original encoding the signature wont be affected by +/* + * The X509_CRL_INFO structure needs a bit of customisation. + * Since we cache the original encoding, the signature won't be affected by * reordering of the revoked field. */ static int -- cgit v1.2.3-55-g6feb