wolfSSL: Use LIBWOLFSSL_VERSION_HEX to decide whether or not to use WOLFSSL_X509_V_OK
[privoxy.git] / w32log.c
index 7500eda..c7e3540 100644 (file)
--- a/w32log.c
+++ b/w32log.c
@@ -316,9 +316,6 @@ void TermLogWindow(void)
 void LogCreatePatternMatchingBuffers(void)
 {
    int i;
-#ifdef HAVE_PCRE2
-#warning The win32 build of Privoxy is expected to crash when compiled with pcre2 support.
-#endif
    for (i = 0; patterns_to_highlight[i].str != NULL; i++)
    {
       regcomp(&patterns_to_highlight[i].buffer, patterns_to_highlight[i].str, REG_ICASE);