wolfSSL: Use LIBWOLFSSL_VERSION_HEX to decide whether or not to use WOLFSSL_X509_V_OK
[privoxy.git] / pcrs.c
diff --git a/pcrs.c b/pcrs.c
index 1875ba1..eaeea62 100644 (file)
--- a/pcrs.c
+++ b/pcrs.c
@@ -1185,8 +1185,6 @@ char *pcrs_execute_single_command(const char *subject, const char *pcrs_command,
    if (NULL != job)
    {
       *hits = pcrs_execute(job, subject, buffer_size, &result, &new_size);
-      buffer_size = new_size;
-
       if (*hits < 0)
       {
          freez(result);