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
40c38ed7
...
40c38ed7e5944c191f4fb5a2833f8b4a987b2d5c
authored
2003-01-15 21:33:16 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed typo.
1 parent
e63a1e18
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
auth/tls.c
auth/tls.c
View file @
40c38ed
...
...
@@ -205,7 +205,7 @@ mu_init_tls_server (int fd_in, int fd_out)
GNUTLS_X509_FMT_PEM
);
if
(
rs
<
0
)
{
mu_error
(
_
(
"cannot parse cerificate/key: %s"
),
gnutls_strerror
(
rs
));
mu_error
(
_
(
"cannot parse cer
t
ificate/key: %s"
),
gnutls_strerror
(
rs
));
return
0
;
}
...
...
Please
register
or
sign in
to post a comment