William A. Rowe, Jr. wrote:
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?

old:
0.9.5
ssl.h: void (*info_callback)();

new:
0.9.7
ssl.h: void (*info_callback)(const SSL *ssl,int type,int val);



Reply via email to