commit | 81796be87c391734c68fc40fa95436d429a0356e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Sep 22 19:11:47 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Sep 24 10:53:17 2012 +0200 |
tree | c351812e0863fbf9b906ccbc45de1fedb145414d | |
parent | c53d42256dcf2ff1acf2accc4b0a944dfe453df2 [diff] |
MINOR: ssl: set the listeners' data layer to ssl during parsing It's better to set all listeners to ssl_sock when seeing the "ssl" keyword that to loop on all of them afterwards just for this. This also removes some #ifdefs.