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
d1cf1a18
...
d1cf1a188dd31cf59a4d646043953c3819e51232
authored
2007-07-17 20:21:55 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_tls_begin): Removed placeholder.
1 parent
c8da2943
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
mailbox/mutil.c
mailbox/mutil.c
View file @
d1cf1a1
...
...
@@ -58,7 +58,6 @@
#include <mailutils/nls.h>
#include <mailutils/stream.h>
#include <mailutils/filter.h>
#include <mailutils/tls.h>
#include <registrar0.h>
...
...
@@ -1480,18 +1479,3 @@ mutil_parse_field_map (const char *map, mu_assoc_t *passoc_tab, int *perr)
*
perr
=
i
;
return
rc
;
}
#ifdef WITH_TLS
int
mu_tls_begin
(
void
*
iodata
,
mu_tls_readline_fn
reader
,
mu_tls_writeline_fn
writer
,
mu_tls_stream_ctl_fn
stream_ctl
,
char
*
keywords
[])
{
return
ENOSYS
;
}
int
mu_tls_enable
;
#endif
...
...
Please
register
or
sign in
to post a comment