22 Nov
2017
22 Nov
'17
7:50 a.m.
On Nov 22, 2017, at 6:18 AM, kavita jindal <kavita.jindal@gmail.com> wrote:
I am trying to compile Freeradius 3.0.x with openSSL 1.1.0g . I am getting following errors.
openssl version gives following output: ... src/modules/rlm_eap/libeap/eap_tls.h:66:45: error: unknown type name ‘SSL’
The "SSL" type is defined in the OpenSSL header files. If that isn't defined, then you're not building with OpenSSL. Alan DeKok.