mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
whitespace and bump copyright
This commit is contained in:
parent
fd6f71e126
commit
2043423cd1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=261233
@ -1,5 +1,5 @@
|
||||
/*-
|
||||
* Copyright (c) 2000-2011 Dag-Erling Smørgrav
|
||||
* Copyright (c) 2000-2014 Dag-Erling Smørgrav
|
||||
* Copyright (c) 2013 Michael Gmelin <freebsd@grem.de>
|
||||
* All rights reserved.
|
||||
*
|
||||
@ -109,7 +109,7 @@ enum options
|
||||
OPTION_SSL_CLIENT_KEY_FILE,
|
||||
OPTION_SSL_CRL_FILE,
|
||||
OPTION_SSL_NO_SSL3,
|
||||
OPTION_SSL_NO_TLS1,
|
||||
OPTION_SSL_NO_TLS1,
|
||||
OPTION_SSL_NO_VERIFY_HOSTNAME,
|
||||
OPTION_SSL_NO_VERIFY_PEER
|
||||
};
|
||||
@ -147,7 +147,7 @@ static struct option longopts[] =
|
||||
{ "passive-portrange-default", no_argument, NULL, 'T' },
|
||||
{ "verbose", no_argument, NULL, 'v' },
|
||||
{ "retry-delay", required_argument, NULL, 'w' },
|
||||
|
||||
|
||||
/* options without a single character equivalent */
|
||||
{ "bind-address", required_argument, NULL, OPTION_BIND_ADDRESS },
|
||||
{ "no-passive", no_argument, NULL, OPTION_NO_FTP_PASSIVE_MODE },
|
||||
|
Loading…
Reference in New Issue
Block a user