On 29/08/18 20:04, Steffan Karger wrote:
> ... instead of when it doesn't fail. Looks like 'someone' mixed up the
> mbedtls return style (0 means success) with the openvpn internal return
> style (true means success).
>
> Signed-off-by: Steffan Karger
Acked-by: Antonio Quartulli
I guess at
... instead of when it doesn't fail. Looks like 'someone' mixed up the
mbedtls return style (0 means success) with the openvpn internal return
style (true means success).
Signed-off-by: Steffan Karger
---
src/openvpn/ssl_mbedtls.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --gi