From dc9f42fbb6d666d3d47d6976836ce81ed7674d8f Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 24 Dec 2021 02:04:00 +0000 Subject: Fix indent of a comment. --- src/lib/libcrypto/x509/x509_asid.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/x509/x509_asid.c b/src/lib/libcrypto/x509/x509_asid.c index 8d664465c7..3e6f025232 100644 --- a/src/lib/libcrypto/x509/x509_asid.c +++ b/src/lib/libcrypto/x509/x509_asid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_asid.c,v 1.20 2021/12/18 16:58:20 tb Exp $ */ +/* $OpenBSD: x509_asid.c,v 1.21 2021/12/24 02:04:00 tb Exp $ */ /* * Contributed to the OpenSSL Project by the American Registry for * Internet Numbers ("ARIN"). @@ -361,7 +361,7 @@ ASIdOrRange_cmp(const ASIdOrRange *const *a_, const ASIdOrRange *const *b_) { const ASIdOrRange *a = *a_, *b = *b_; - /* XXX: these asserts need to be replaced */ + /* XXX: these asserts need to be replaced */ OPENSSL_assert((a->type == ASIdOrRange_id && a->u.id != NULL) || (a->type == ASIdOrRange_range && a->u.range != NULL && a->u.range->min != NULL && a->u.range->max != NULL)); -- cgit v1.2.3-55-g6feb