I'm getting the following error when compiling on CentOS 6.5, how can this new feature be disabled in the config?
../src/pj/ssl_sock_ossl.c: In function ‘init_openssl’:
../src/pj/ssl_sock_ossl.c:389: warning: implicit declaration of function ‘SSL_get_shared_curve’
../src/pj/ssl_sock_ossl.c:396: error: ‘TLSEXT_nid_unknown’ undeclared (first use in this function)
../src/pj/ssl_sock_ossl.c:396: error: (Each undeclared identifier is reported only once
../src/pj/ssl_sock_ossl.c:396: error: for each function it appears in.)
../src/pj/ssl_sock_ossl.c:400: warning: implicit declaration of function ‘EC_curve_nid2nist’
../src/pj/ssl_sock_ossl.c:400: warning: assignment makes pointer from integer without a cast
../src/pj/ssl_sock_ossl.c: In function ‘set_curves_list’:
../src/pj/ssl_sock_ossl.c:1015: warning: implicit declaration of function ‘SSL_set1_curves’
../src/pj/ssl_sock_ossl.c:1020: warning: implicit declaration of function ‘SSL_CTX_set1_curves’
../src/pj/ssl_sock_ossl.c: In function ‘set_sigalgs’:
../src/pj/ssl_sock_ossl.c:1038: warning: implicit declaration of function ‘SSL_set1_client_sigalgs_list’
../src/pj/ssl_sock_ossl.c:1041: warning: implicit declaration of function ‘SSL_set1_sigalgs_list’
make[2]: *** [output/pjlib-x86_64-unknown-linux-gnu/ssl_sock_ossl.o] Error 1
make[2]: Leaving directory `/usr/src/pjproject-trunk_REV5479/pjlib/build'
make[1]: *** [libpj-x86_64-unknown-linux-gnu.a] Error 2
make[1]: Leaving directory `/usr/src/pjproject-trunk_REV5479/pjlib/build'
make: *** [all] Error 1