openssl doesn't build when using no-tlsext
make[1]: Entering directory `/home/csm/Desktop/openssl-1.0.1-beta2/ssl' gcc -I../crypto -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o d1_srtp.o d1_srtp.c d1_srtp.c: In function ‘SSL_CTX_set_tlsext_use_srtp’: d1_srtp.c:229:44: error: ‘SSL_CTX’ has no member named ‘srtp_profiles’ d1_srtp.c: In function ‘SSL_set_tlsext_use_srtp’: d1_srtp.c:234:42: error: ‘SSL’ has no member named ‘srtp_profiles’ d1_srtp.c: In function ‘SSL_get_srtp_profiles’: d1_srtp.c:242:7: error: ‘SSL’ has no member named ‘srtp_profiles’ d1_srtp.c:244:12: error: ‘SSL’ has no member named ‘srtp_profiles’ d1_srtp.c:247:11: error: ‘SSL_CTX’ has no member named ‘srtp_profiles’ d1_srtp.c:249:17: error: ‘SSL_CTX’ has no member named ‘srtp_profiles’ d1_srtp.c: In function ‘SSL_get_selected_srtp_profile’: d1_srtp.c:258:10: error: ‘SSL’ has no member named ‘srtp_profile’ d1_srtp.c: In function ‘ssl_parse_clienthello_use_srtp_ext’: d1_srtp.c:347:6: error: ‘SSL’ has no member named ‘srtp_profile’ d1_srtp.c: In function ‘ssl_add_serverhello_use_srtp_ext’: d1_srtp.c:373:7: error: ‘SSL’ has no member named ‘srtp_profile’ d1_srtp.c:379:3: error: ‘SSL’ has no member named ‘srtp_profile’ d1_srtp.c:379:3: error: ‘SSL’ has no member named ‘srtp_profile’ d1_srtp.c:379:3: warning: left-hand operand of comma expression has no effect [-Wunused-value] d1_srtp.c:379:3: warning: left-hand operand of comma expression has no effect [-Wunused-value] d1_srtp.c: In function ‘ssl_parse_serverhello_use_srtp_ext’: d1_srtp.c:422:5: error: ‘SSL’ has no member named ‘srtp_profile’ d1_srtp.c: In function ‘SSL_get_selected_srtp_profile’: d1_srtp.c:259:2: warning: control reaches end of non-void function [-Wreturn-type] d1_srtp.c: In function ‘SSL_set_tlsext_use_srtp’: d1_srtp.c:235:2: warning: control reaches end of non-void function [-Wreturn-type] d1_srtp.c: In function ‘SSL_CTX_set_tlsext_use_srtp’: d1_srtp.c:230:2: warning: control reaches end of non-void function [-Wreturn-type] make[1]: *** [d1_srtp.o] Error 1 make[1]: Leaving directory `/home/csm/Desktop/openssl-1.0.1-beta2/ssl' make: *** [build_ssl] Error 1 ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
