OCSP/SNI: set correct callback.
authorPhil Pennock <pdp@exim.org>
Mon, 10 Dec 2012 00:23:06 +0000 (19:23 -0500)
committerPhil Pennock <pdp@exim.org>
Mon, 10 Dec 2012 00:30:02 +0000 (19:30 -0500)
Caught by Jeremy; was wrong in (my) original commit, the dual-TLS work
had just renamed the variables and theoretically made it more visible.
I still missed it.

The server_sni context initialisation was setting the OCSP status
callback context parameter back on the original server_ctx instead of
the new server_sni context.

I guess OCSP and SNI aren't being used together in Exim much yet.


No differences found