mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 01:59:57 +02:00
Amaury reported that the commit3ce6eed("MEDIUM: ssl: add a rwlock for SSL server session cache") introduced some warning during compilation: include/haproxy/thread.h|411 col 2| warning: enumeration value 'SSL_SERVER_LOCK' not handled in switch [-Wswitch] This patch fix the issue by adding the right entry in the switch block. Must be backported where3ce6eedis backported. (2.4 only for now)