Sorry... but -1. You need a version check here because 0.9.6 isn't going away anytime soon.
I presumed this veto meant you actually knew it failed to compile with 0.9.6, but I took the trouble to download it and I see
0.9.6 ssl.h: void (*info_callback)();
which was always assignment-compatible with our function before and still will be even with the change I made.
Can you tell me how to make the change fail pretty please?
0.9.5old:
ssl.h: void (*info_callback)();
0.9.7new:
ssl.h: void (*info_callback)(const SSL *ssl,int type,int val);
