From b1eba63695c02a7b0951a5c0dde982f7fb350e69 Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 24 Dec 2024 10:52:43 +0000 Subject: Tweak doc comment of _X509_CHECK_FLAG_DOT_SUBDOMAINS Now that it lives in a .c file, there's no need to point out that it is non-public... --- src/lib/libcrypto/x509/x509_utl.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/x509/x509_utl.c b/src/lib/libcrypto/x509/x509_utl.c index 0acd8f1d41..0427b4c6ef 100644 --- a/src/lib/libcrypto/x509/x509_utl.c +++ b/src/lib/libcrypto/x509/x509_utl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_utl.c,v 1.24 2024/12/23 09:57:23 tb Exp $ */ +/* $OpenBSD: x509_utl.c,v 1.25 2024/12/24 10:52:43 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ @@ -72,9 +72,8 @@ #include "bytestring.h" /* - * Match reference identifiers starting with "." to any sub-domain. - * This is a non-public flag, turned on implicitly when the subject - * reference identity is a DNS name. + * Match reference identifiers starting with "." to any sub-domain. This + * flag is set implicitly when the subject reference identity is a DNS name. */ #define _X509_CHECK_FLAG_DOT_SUBDOMAINS 0x8000 -- cgit v1.2.3-55-g6feb