Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
30283045
...
30283045ef85a262828d408001c64a1c2330aad6
authored
2003-02-10 20:06:57 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Changed `--ssl-key' arg to FILE type.
1 parent
7e8481db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
auth/tls.c
auth/tls.c
View file @
3028304
...
...
@@ -52,7 +52,7 @@ static struct argp_option _tls_argp_options[] = {
{
NULL
,
0
,
NULL
,
0
,
N_
(
"Encryption options"
),
0
},
{
"ssl-cert"
,
ARG_SSL_CERT
,
N_
(
"FILE"
),
0
,
N_
(
"Specify SSL certificate file"
),
0
},
{
"ssl-key"
,
ARG_SSL_KEY
,
N_
(
"
KEY
"
),
0
,
{
"ssl-key"
,
ARG_SSL_KEY
,
N_
(
"
FILE
"
),
0
,
N_
(
"Specify SSL certificate key"
),
0
},
{
"ssl-cafile"
,
ARG_SSL_CAFILE
,
N_
(
"FILE"
),
0
,
N_
(
"Specify trusted CAs file"
),
0
},
...
...
Please
register
or
sign in
to post a comment