Changeset 5412 for pjproject/trunk/third_party/build/os-auto.mak.in
- Timestamp:
- Aug 8, 2016 9:09:29 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party/build/os-auto.mak.in
r5361 r5412 36 36 else 37 37 DIRS += srtp 38 39 ifeq (@ac_ssl_has_aes_gcm@,0) 40 CIPHERS_SRC = crypto/cipher/aes.o crypto/cipher/aes_icm.o \ 41 crypto/cipher/aes_cbc.o 42 HASHES_SRC = crypto/hash/sha1.o crypto/hash/hmac.o \ 43 # crypto/hash/tmmhv2.o 44 RNG_SRC = crypto/rng/rand_source.o crypto/rng/prng.o \ 45 crypto/rng/ctr_prng.o 46 else 47 CIPHERS_SRC = crypto/cipher/aes_icm_ossl.o crypto/cipher/aes_gcm_ossl.o 48 HASHES_SRC = crypto/hash/hmac_ossl.o 49 RNG_SRC = crypto/rng/rand_source_ossl.o 50 SRTP_OTHER_CFLAGS = -DOPENSSL 51 endif 52 53 38 54 endif 39 55
Note: See TracChangeset
for help on using the changeset viewer.