MINOR: ssl: use bit fields to store ssl options instead of one int each
authorEmeric Brun <ebrun@exceliance.fr>
Fri, 5 Oct 2012 11:48:26 +0000 (13:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 5 Oct 2012 19:53:59 +0000 (21:53 +0200)
commit8967549d529e01ea47907f58300fca5110197a80
tree72ab8fca3e49ec8cdf15c2f19b1ed81f83cb952d
parentfb510ea2b9ff74737bd19126772cc54432dae100
MINOR: ssl: use bit fields to  store ssl options instead of one int each

Too many SSL options already and some still to come, use a bit field
and get rid of all the integers. No functional change here.
include/types/listener.h
include/types/server.h
src/cfgparse.c
src/ssl_sock.c