Improve documentation, add TLS stuff

This commit is contained in:
Dirk Ziegelmeier
2017-03-28 21:25:49 +02:00
parent 9b6192bd65
commit 3266511ebb
5 changed files with 29 additions and 1 deletions

View File

@@ -367,6 +367,11 @@ smtp_set_server_port(u16_t port)
}
#if LWIP_ALTCP && LWIP_ALTCP_TLS
/** @ingroup smtp
* Set TLS configuration for next SMTP connection
*
* @param tls_config TLS configuration
*/
void
smtp_set_tls_config(struct altcp_tls_config *tls_config)
{