diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2023-01-04 12:53:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2023-01-04 12:53:39 +0000 |
commit | 5d14237f5a3e1fcbae2814b091d2b843386f76a3 (patch) | |
tree | f92cd52eb993d89697d9e8869704b6e8a8b61d90 /usr.bin/nc | |
parent | 1c34d693518dcf5998ef77421097edb4d45f3c26 (diff) |
ugly white space
Diffstat (limited to 'usr.bin/nc')
-rw-r--r-- | usr.bin/nc/netcat.c | 4 |
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 */ |