[Openvpn-devel] [PATCH] route: cleanup codestyle and make code more readable

2017-08-22 Thread Antonio Quartulli
This patch does not introduce any functional change. The code in route.c seems to have been written in different periods by different people, without sticking to a clear codestyle. For this reason the code in this file in not consistent at all. Clean it up by: - removing spaces from function invo

Re: [Openvpn-devel] [PATCH] docs: Replace all PolarSSL references to mbed TLS

2017-08-22 Thread Steffan Karger
On 22-08-17 13:47, David Sommerseth wrote: > There were references in our documentation to the now deprecated PolarSSL > library, which have changed name upstream to mbed TLS. > > In addition, where appropriate, the documentation now considers only > mbed TLS 2.0 and newer. This is in accordance

[Openvpn-devel] [PATCH] docs: Replace all PolarSSL references to mbed TLS

2017-08-22 Thread David Sommerseth
There were references in our documentation to the now deprecated PolarSSL library, which have changed name upstream to mbed TLS. In addition, where appropriate, the documentation now considers only mbed TLS 2.0 and newer. This is in accordance with the requirements ./configure sets. Signed-off-b