summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2022-11-13 23:38:42 +0000
committertb <>2022-11-13 23:38:42 +0000
commitfd2db7678bc81cd8abe106c7bd1c724c8b01888d (patch)
treee256278a4f932f4774be802d161cedee76446309 /src
parentab1d96bf7a7de9f890e648c3d59851c386457003 (diff)
downloadopenbsd-fd2db7678bc81cd8abe106c7bd1c724c8b01888d.tar.gz
openbsd-fd2db7678bc81cd8abe106c7bd1c724c8b01888d.tar.bz2
openbsd-fd2db7678bc81cd8abe106c7bd1c724c8b01888d.zip
Fix comment style
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/x509/x509_asid.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509_asid.c b/src/lib/libcrypto/x509/x509_asid.c
index 6c73018b8d..e9db8bdabd 100644
--- a/src/lib/libcrypto/x509/x509_asid.c
+++ b/src/lib/libcrypto/x509/x509_asid.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_asid.c,v 1.35 2022/07/30 17:50:17 tb Exp $ */ 1/* $OpenBSD: x509_asid.c,v 1.36 2022/11/13 23:38:42 tb Exp $ */
2/* 2/*
3 * Contributed to the OpenSSL Project by the American Registry for 3 * Contributed to the OpenSSL Project by the American Registry for
4 * Internet Numbers ("ARIN"). 4 * Internet Numbers ("ARIN").
@@ -562,8 +562,8 @@ ASIdentifierChoice_is_canonical(ASIdentifierChoice *choice)
562 } 562 }
563 563
564 /* 564 /*
565 * Check for inverted range. 565 * Check for inverted range.
566 */ 566 */
567 i = sk_ASIdOrRange_num(choice->u.asIdsOrRanges) - 1; 567 i = sk_ASIdOrRange_num(choice->u.asIdsOrRanges) - 1;
568 { 568 {
569 ASIdOrRange *a = sk_ASIdOrRange_value(choice->u.asIdsOrRanges, 569 ASIdOrRange *a = sk_ASIdOrRange_value(choice->u.asIdsOrRanges,