Re: SSL renegotiation

From: Vik Fearing <vik(dot)fearing(at)dalibo(dot)com>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SSL renegotiation
Date: 2013-10-15 11:35:26
Message-ID: 525D287E.60809@dalibo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 09/23/2013 10:51 PM, Alvaro Herrera wrote:
> + /* are we in the middle of a renegotiation? */
> + static bool in_ssl_renegotiation = false;
> +

Since this was committed, I'm getting the following warning:

be-secure.c:105:13: warning: ‘in_ssl_renegotiation’ defined but not used
[-Wunused-variable]

--
Vik

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-10-15 14:34:16 pgsql: docs: correct 9.1 and 9.2 release note mention of timeline switc
Previous Message KONDO Mitsumasa 2013-10-15 05:32:47 Re: Release note fix for timeline item

Browse pgsql-hackers by date

  From Date Subject
Next Message Vik Fearing 2013-10-15 11:52:42 Re: [PATCH] Statistics collection for CLUSTER command
Previous Message Andres Freund 2013-10-15 11:21:54 Re: Standby catch up state change