From 9061b4381d8ab99d1f141ef03cc52f45c2e7a3bd Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 12 Jan 2026 22:08:34 +0000 Subject: x509_utl.c: zap two useless comments --- src/lib/libcrypto/x509/x509_utl.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib/libcrypto') diff --git a/src/lib/libcrypto/x509/x509_utl.c b/src/lib/libcrypto/x509/x509_utl.c index 4be8630d89..2e60834edf 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.27 2025/05/10 05:54:39 tb Exp $ */ +/* $OpenBSD: x509_utl.c,v 1.28 2026/01/12 22:08:34 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project. */ @@ -148,8 +148,6 @@ X509V3_add_value_uchar(const char *name, const unsigned char *value, return X509V3_add_value(name, (const char *)value, extlist); } -/* Free function for STACK_OF(CONF_VALUE) */ - void X509V3_conf_free(CONF_VALUE *conf) { @@ -354,8 +352,6 @@ X509V3_get_value_int(const CONF_VALUE *value, ASN1_INTEGER **aint) #define HDR_NAME 1 #define HDR_VALUE 2 -/*#define DEBUG*/ - STACK_OF(CONF_VALUE) * X509V3_parse_list(const char *line) { -- cgit v1.2.3-55-g6feb