]> git.pld-linux.org Git - packages/ccrtp.git/blob - ccrtp-openssl.patch
- rel 5; use gcrypt until openssl 1.1 is supported
[packages/ccrtp.git] / ccrtp-openssl.patch
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  
5  if SRTP_OPENSSL
6  srtp_src_o =    ccrtp/crypto/openssl/hmac.cpp \
7 -        ccrtp/crypto/openssl/SrtpSymCrypto.cpp
8 +        ccrtp/crypto/openssl/SrtpSymCrypto.cpp 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.052545 seconds and 3 git commands to generate.