Documentation improvements for 2.1.0 (changelog, altcp)

This commit is contained in:
Simon Goldschmidt
2018-09-26 14:37:52 +02:00
parent b9fc8cae68
commit 54a8112eb9
2 changed files with 9 additions and 4 deletions

View File

@@ -59,7 +59,7 @@
* -----------------
* An altcp allocator is created by the application by combining an allocator
* callback function and a corresponding state, e.g.:\code{.c}
* static const unsigned char cert[] = {0x2D, "(see mbedTLS doc for how to create this)"};
* static const unsigned char cert[] = {0x2D, ... (see mbedTLS doc for how to create this)};
* struct altcp_tls_config * conf = altcp_tls_create_config_client(cert, sizeof(cert));
* altcp_allocator_t tls_allocator = {
* altcp_tls_alloc, conf