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)
commit14c7b357062edf88e350fb95c06847b2c2a2b934
tree454ffb7a06d52b9687db95b81b7a0e66d028910c
parent9d6bb16d6af8c4d2c5e2f58d2a6983c03600c35a
OCSP/SNI: set correct callback.

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.
doc/doc-txt/ChangeLog
src/src/tls-openssl.c