jcs's openbsd hax
openbsd
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

x509_utl.c: zap two useless comments

tb c53725c2 67ddd481

+1 -5
+1 -5
lib/libcrypto/x509/x509_utl.c
··· 1 - /* $OpenBSD: x509_utl.c,v 1.27 2025/05/10 05:54:39 tb Exp $ */ 1 + /* $OpenBSD: x509_utl.c,v 1.28 2026/01/12 22:08:34 tb Exp $ */ 2 2 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 3 3 * project. 4 4 */ ··· 147 147 { 148 148 return X509V3_add_value(name, (const char *)value, extlist); 149 149 } 150 - 151 - /* Free function for STACK_OF(CONF_VALUE) */ 152 150 153 151 void 154 152 X509V3_conf_free(CONF_VALUE *conf) ··· 353 351 354 352 #define HDR_NAME 1 355 353 #define HDR_VALUE 2 356 - 357 - /*#define DEBUG*/ 358 354 359 355 STACK_OF(CONF_VALUE) * 360 356 X509V3_parse_list(const char *line)