Re: SSL renegotiation

Vik Fearing <vik.fearing@dalibo.com>

From: Vik Fearing <vik.fearing@dalibo.com>
To: Alvaro Herrera <alvherre@2ndquadrant.com>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2013-10-15T11:35:26Z
Lists: 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



Commits

  1. Well, the discussion about SSL a bit back perked my interest and I did