Qsmtp  0.30dev
starttlsr.h
Go to the documentation of this file.
1 
4 #ifndef STARTTLSR_H
5 #define STARTTLSR_H
6 
7 extern int tls_init(void);
8 
9 extern const char *clientcertname;
11 #endif
int tls_init(void)
send STARTTLS and handle the connection setup
Definition: starttlsr.c:78
const char * clientcertname
Definition: starttlsr.c:24