summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto
diff options
context:
space:
mode:
authortb <>2026-05-16 07:12:27 +0000
committertb <>2026-05-16 07:12:27 +0000
commit62c0685f0e88cb58cba8344db87c9f6b6c25adc2 (patch)
tree5968fd661ebc1708365fe94960bfa4e8d2dc62c6 /src/lib/libcrypto
parentbed171ad34e2a3b420b5dbea0bb8b766d7e008a8 (diff)
downloadopenbsd-62c0685f0e88cb58cba8344db87c9f6b6c25adc2.tar.gz
openbsd-62c0685f0e88cb58cba8344db87c9f6b6c25adc2.tar.bz2
openbsd-62c0685f0e88cb58cba8344db87c9f6b6c25adc2.zip
x509_prn: zap more than useless comments
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r--src/lib/libcrypto/x509/x509_prn.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/libcrypto/x509/x509_prn.c b/src/lib/libcrypto/x509/x509_prn.c
index 8e98d798cd..5be754a71d 100644
--- a/src/lib/libcrypto/x509/x509_prn.c
+++ b/src/lib/libcrypto/x509/x509_prn.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_prn.c,v 1.10 2026/05/16 07:10:30 tb Exp $ */ 1/* $OpenBSD: x509_prn.c,v 1.11 2026/05/16 07:12:27 tb Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 1999. 3 * project 1999.
4 */ 4 */
@@ -55,7 +55,6 @@
55 * Hudson (tjh@cryptsoft.com). 55 * Hudson (tjh@cryptsoft.com).
56 * 56 *
57 */ 57 */
58/* X509 v3 extension utilities */
59 58
60#include <stdio.h> 59#include <stdio.h>
61 60
@@ -64,10 +63,6 @@
64 63
65#include "x509_local.h" 64#include "x509_local.h"
66 65
67/* Extension printing routines */
68
69/* Print out a name+value stack */
70
71void 66void
72X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml) 67X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml)
73{ 68{
@@ -123,8 +118,6 @@ unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag,
123 } 118 }
124} 119}
125 120
126/* Main routine: print out a general extension */
127
128int 121int
129X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent) 122X509V3_EXT_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent)
130{ 123{