Changeset 12241
- Timestamp:
- 06/01/09 16:04:29 (4 years ago)
- File:
-
- 1 edited
-
src/router/rules/openssl.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/rules/openssl.mk
r12240 r12241 30 30 no-rmd160 no-aes192 no-ripemd no-camellia no-ans1 no-krb5 31 31 ifeq ($(CONFIG_XSCALE),y) 32 OPENSSL_OPTIONS:= no-ec no-err no-hw no-threads zlib-dynamic \32 OPENSSL_OPTIONS:= no-ec no-err no-hw threads zlib-dynamic \ 33 33 no-sse2 no-perlasm --with-cryptodev 34 34 else 35 OPENSSL_OPTIONS:= no-ec no-err no-hw no-threads zlib-dynamic \35 OPENSSL_OPTIONS:= no-ec no-err no-hw threads zlib-dynamic \ 36 36 no-engines no-sse2 no-perlasm 37 37 endif
Note: See TracChangeset
for help on using the changeset viewer.
