]> git.pld-linux.org Git - packages/ccrtp.git/blame - ccrtp-openssl.patch
- updated to 2.0.3
[packages/ccrtp.git] / ccrtp-openssl.patch
CommitLineData
6084ac89
JB
1--- ccrtp-2.0.3/src/Makefile.am.orig 2012-03-21 15:18:01.000000000 +0100
2+++ ccrtp-2.0.3/src/Makefile.am 2012-04-17 20:53:26.361473681 +0200
3@@ -22,7 +22,7 @@
4
69d0628f
JB
5 if SRTP_OPENSSL
6 srtp_src_o = ccrtp/crypto/openssl/hmac.cpp \
6084ac89
JB
7- ccrtp/crypto/openssl/SrtpSymCrypto.cpp
8+ ccrtp/crypto/openssl/SrtpSymCrypto.cpp ccrtp/crypto/twofish.c
69d0628f
JB
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.064674 seconds and 4 git commands to generate.