Re: SSL renegotiation - Mailing list pgsql-hackers

From Vik Fearing
Subject Re: SSL renegotiation
Date
Msg-id 525D287E.60809@dalibo.com
Whole thread Raw
In response to Re: SSL renegotiation  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: [COMMITTERS] pgsql: Rework SSL renegotiation code  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List 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




pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Standby catch up state change
Next
From: Vik Fearing
Date:
Subject: Re: [PATCH] Statistics collection for CLUSTER command