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