summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2023-01-04 12:53:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2023-01-04 12:53:39 +0000
commit5d14237f5a3e1fcbae2814b091d2b843386f76a3 (patch)
treef92cd52eb993d89697d9e8869704b6e8a8b61d90 /usr.bin
parent1c34d693518dcf5998ef77421097edb4d45f3c26 (diff)
ugly white space
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/nc/netcat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/nc/netcat.c b/usr.bin/nc/netcat.c
index 3ee1670053d..c8f1cdd9f75 100644
--- a/usr.bin/nc/netcat.c
+++ b/usr.bin/nc/netcat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: netcat.c,v 1.224 2022/12/18 12:53:18 tb Exp $ */
+/* $OpenBSD: netcat.c,v 1.225 2023/01/04 12:53:38 deraadt Exp $ */
/*
* Copyright (c) 2001 Eric Jackson <ericj@monkey.org>
* Copyright (c) 2015 Bob Beck. All rights reserved.
@@ -103,7 +103,7 @@ const char *Kflag; /* Private key file */
const char *oflag; /* OCSP stapling file */
const char *Rflag; /* Root CA file */
int tls_cachanged; /* Using non-default CA file */
-int TLSopt; /* TLS options */
+int TLSopt; /* TLS options */
char *tls_expectname; /* required name in peer cert */
char *tls_expecthash; /* required hash of peer cert */
char *tls_ciphers; /* TLS ciphers */