16 Apr
2012
16 Apr
'12
10:29 a.m.
Winson Fernandes wrote:
This was because the value SSL_CTRL_SET_MSG_CALLBACK_ARG passed by freeradius SSL_set_msg_callback_arg -> Set_msg_callback_arg was 14 (due to wrong header file). The value should have been 16 as per the upgraded openssl-0.9.8n/ssl/ssl.h.
Ah, that makes sense. It's nearly always a bad idea to have two copies of OpenSSL installed. Alan DeKok.