]> git.pld-linux.org Git - packages/ccrtp.git/blob - ccrtp-openssl.patch
- updated to 2.0.2
[packages/ccrtp.git] / ccrtp-openssl.patch
1 --- ccrtp-2.0.2/src/Makefile.am.orig    2011-10-30 16:03:54.000000000 +0100
2 +++ ccrtp-2.0.2/src/Makefile.am 2012-01-03 16:53:30.349046258 +0100
3 @@ -19,7 +19,7 @@
4  if SRTP_OPENSSL
5  srtp_src_o =    ccrtp/crypto/openssl/hmac.cpp \
6          ccrtp/crypto/openssl/AesSrtp.cxx \
7 -        ccrtp/crypto/openssl/InitializeOpenSSL.cxx
8 +        ccrtp/crypto/openssl/InitializeOpenSSL.cxx ccrtp/crypto/twofish.c
9  endif
10  
11  if SRTP_GCRYPT
12 --- ccrtp-2.0.2/configure.ac.orig       2011-11-13 23:49:08.000000000 +0100
13 +++ ccrtp-2.0.2/configure.ac    2012-01-03 17:07:33.392407821 +0100
14 @@ -95,7 +95,7 @@
15                    ],
16                    [AC_CHECK_LIB([crypto],
17                        [EVP_CipherInit_ex],
18 -                      [AC_CHECK_HEADERS([openssl/bn.h openssl/aes.h openssl/sha.h],
19 +                      [AC_CHECK_HEADERS([openssl/bn.h openssl/aes.h openssl/sha.h pthread.h],
20                                          [], AC_MSG_ERROR([OpenSSL headers not found.]))
21                         LIBS="-lcrypto $LIBS"
22                         openssl="true"
This page took 0.059748 seconds and 3 git commands to generate.