From be27b79994c28187e20700e82731d265c9cd4adf Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 13 Nov 2022 23:38:42 +0000 Subject: [PATCH] Fix comment style --- lib/libcrypto/x509/x509_asid.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libcrypto/x509/x509_asid.c b/lib/libcrypto/x509/x509_asid.c index 6c73018b8d7..e9db8bdabd1 100644 --- a/lib/libcrypto/x509/x509_asid.c +++ b/lib/libcrypto/x509/x509_asid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_asid.c,v 1.35 2022/07/30 17:50:17 tb Exp $ */ +/* $OpenBSD: x509_asid.c,v 1.36 2022/11/13 23:38:42 tb Exp $ */ /* * Contributed to the OpenSSL Project by the American Registry for * Internet Numbers ("ARIN"). @@ -562,8 +562,8 @@ ASIdentifierChoice_is_canonical(ASIdentifierChoice *choice) } /* - * Check for inverted range. - */ + * Check for inverted range. + */ i = sk_ASIdOrRange_num(choice->u.asIdsOrRanges) - 1; { ASIdOrRange *a = sk_ASIdOrRange_value(choice->u.asIdsOrRanges, -- 2.20.1