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
4304b66a
...
4304b66ab01bd1d295a4ad48cd3ff33b8c222a3f
authored
2003-02-03 11:24:53 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(_tls_strerror): Fixed declaration.
1 parent
5e7bb1fd
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 @
4304b66
...
...
@@ -359,7 +359,7 @@ _tls_open (stream_t stream)
}
int
_tls_strerror
(
stream_t
stream
,
c
onst
c
har
**
pstr
)
_tls_strerror
(
stream_t
stream
,
char
**
pstr
)
{
struct
_tls_stream
*
s
=
stream_get_owner
(
stream
);
*
pstr
=
gnutls_strerror
(
s
->
last_err
);
...
...
Please
register
or
sign in
to post a comment