polarssl: enable client side ssl verification if a certificate was loaded
[project/ustream-ssl.git] / ustream-polarssl.h
index 70e8b42..1da2ff6 100644 (file)
@@ -40,6 +40,7 @@ struct ustream_ssl_ctx {
        rsa_context key;
 #endif
        x509_crt cert;
+       int auth;
        bool server;
 };