Tried to turn off everything i can:

#!/bin/bash
make clean && make dclean && ./config no-threads no-shared no-zlib \
  no-camellia no-bf no-cast no-des no-dh no-dsa no-mac no-md2 no-mdc2 no-rc2 \
  no-rc4 no-rc5 no-rsa no-krb5
make depend
make
# no-sha  no-md5
#  make && make install
# -no-CAMELLIA-128-CBC no-md5  no-rsa no-dsa
Obtained: d1_srtp.c:229:44: error: ‘SSL_CTX’ has no member named ‘srtp_profiles’
srtp_profiles definede under context #ifndef OPENSSL_NO_TLSEXT in ssl.h
while code is turned on  under #ifndef OPENSSL_NO_SRTP
what's wrong?
--
kind regards,

Serhiy Ivanov
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [email protected]
Automated List Manager                           [email protected]

Reply via email to