MINOR: conf: rename all ssl modules fetches using prefix 'ssl_fc' and 'ssl_c'
authorEmeric Brun <ebrun@exceliance.fr>
Thu, 18 Oct 2012 13:59:43 +0000 (15:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Oct 2012 13:07:59 +0000 (15:07 +0200)
commit2525b6bb92ec5fee18b775344de3ebcc1fab5516
treef55c22e3fe78f379cd26865a55166d666de6d3af
parent3476364ce9e827d95ce7e0bf06d04ed20ca5cc53
MINOR: conf: rename all ssl modules fetches using prefix 'ssl_fc' and 'ssl_c'

SSL fetches were renamed :
  ssl_fc_* = Front Connection (attributes of the connection itself)
  ssl_c_*  = Client side certificate
doc/configuration.txt
src/ssl_sock.c