Qsmtp
0.30dev
Main Page
Data Structures
Files
File List
Globals
include
qsmtpd
starttls.h
Go to the documentation of this file.
1
5
#ifndef _QSMTPD_STARTTLS_H
6
#define _QSMTPD_STARTTLS_H 1
7
8
extern
int
smtp_starttls
(
void
);
9
extern
int
tls_verify
(
void
);
10
11
extern
char
certfilename
[];
13
#endif
certfilename
char certfilename[]
Definition:
commands.c:30
smtp_starttls
int smtp_starttls(void)
Definition:
starttls.c:336
tls_verify
int tls_verify(void)
verify is authenticated to relay by SSL certificate
Definition:
starttls.c:107
Generated by
1.8.10