On Thu, Jun 30, 2016 at 5:05 PM, Ruediger Pluem <rpl...@apache.org> wrote: > > Is there a reson why we use ssl_callback_SSLVerify instead of NULL like we do > in asimilar situation below? > IMHO we do not want to change the callback here to whatever it may set. > I agree that in practice there won't be any difference right now, since we > only have one callback.
I agree that if/when we have multiple callback possibilities, we should set NULL here, but also above where we force the new mode. Nothing to worry about for now, though. Regards, Yann.