From: tb Date: Sun, 13 Nov 2022 23:38:42 +0000 (+0000) Subject: Fix comment style X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=be27b79994c28187e20700e82731d265c9cd4adf;p=openbsd Fix comment style --- 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,