implement certificate validation (including CN verification)
[project/ustream-ssl.git] / ustream-openssl.h
index 76d2bad8ec17bb9f3ea9a3f5e87a60e716e1a251..20c502d3fb35f2cb2f8f96a961404f9cba9372f9 100644 (file)
@@ -39,4 +39,8 @@ static inline char *__ustream_ssl_strerror(int error, char *buffer, int len)
        return ERR_error_string(error, buffer);
 }
 
+static inline void __ustream_ssl_update_peer_cn(struct ustream_ssl *us)
+{
+}
+
 #endif