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
88dea10c
...
88dea10c89cc2a732c4f471a933b120f371a9125
authored
2008-12-24 14:32:19 +0200
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor fix
1 parent
3532efec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
libargp/tls.c
libargp/tls.c
View file @
88dea10
...
...
@@ -49,7 +49,7 @@ _tls_argp_parser (int key, char *arg, struct argp_state *state)
switch
(
key
)
{
case
OPT_TLS
:
mu_argp_node_list_new
(
&
lst
,
"
tls
"
,
arg
?
arg
:
"yes"
);
mu_argp_node_list_new
(
&
lst
,
"
enable
"
,
arg
?
arg
:
"yes"
);
break
;
case
OPT_SSL_CERT
:
...
...
Please
register
or
sign in
to post a comment