diff options
author | Attila Molnar <attilamolnar@hush.com> | 2016-09-02 13:20:16 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2016-09-02 13:20:16 +0200 |
commit | 787ccb22dcc43c707954786f677943e8b746e470 (patch) | |
tree | 9a3b89ac3dd725264c4a42e61665eeaee9b348cb /src/modules | |
parent | 6a35f493f316be130357dd2c75b64343a3aacdeb (diff) |
Fix whitespace issues
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/extra/m_ssl_mbedtls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_ssl_mbedtls.cpp b/src/modules/extra/m_ssl_mbedtls.cpp index ffe0a71b8..50bf38266 100644 --- a/src/modules/extra/m_ssl_mbedtls.cpp +++ b/src/modules/extra/m_ssl_mbedtls.cpp @@ -420,7 +420,7 @@ namespace mbedTLS } clientctx.SetOptionalVerifyCert(); - clientctx.SetCA(cacerts, crl); + clientctx.SetCA(cacerts, crl); // The default for servers is to not request a client certificate from the peer if (requestclientcert) { |