forked from dschuermann/openssl-android
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbuild-config.mk
37 lines (36 loc) · 901 Bytes
/
build-config.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Auto-generated - DO NOT EDIT!
# To regenerate, edit openssl.config, then run:
# ./import_openssl.sh import /path/to/openssl-1.0.1s.tar.gz
#
openssl_cflags := \
-DOPENSSL_THREADS \
-D_REENTRANT \
-DDSO_DLFCN \
-DHAVE_DLFCN_H \
-DL_ENDIAN \
-DOPENSSL_EXPERIMENTAL_JPAKE \
-DOPENSSL_NO_CAMELLIA \
-DOPENSSL_NO_CAPIENG \
-DOPENSSL_NO_CAST \
-DOPENSSL_NO_CMS \
-DOPENSSL_NO_DTLS1 \
-DOPENSSL_NO_EC_NISTP_64_GCC_128 \
-DOPENSSL_NO_GMP \
-DOPENSSL_NO_GOST \
-DOPENSSL_NO_HEARTBEATS \
-DOPENSSL_NO_IDEA \
-DOPENSSL_NO_MD2 \
-DOPENSSL_NO_MDC2 \
-DOPENSSL_NO_RC5 \
-DOPENSSL_NO_RDRAND \
-DOPENSSL_NO_RFC3779 \
-DOPENSSL_NO_RSAX \
-DOPENSSL_NO_SCTP \
-DOPENSSL_NO_SEED \
-DOPENSSL_NO_SHA0 \
-DOPENSSL_NO_SSL2 \
-DOPENSSL_NO_STATIC_ENGINE \
-DOPENSSL_NO_STORE \
-DOPENSSL_NO_UNIT_TEST \
-DOPENSSL_NO_WEAK_SSL_CIPHERS \
-DOPENSSL_NO_WHIRLPOOL \