diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-07-13 16:02:14 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-07-13 16:02:14 +0000 |
commit | a2e1b4ab114f69eb05cc8d8a3d9cd147c7bf63d9 (patch) | |
tree | d0eb3fd2fe132411316006dca6efd6dc073863e9 /package/openssl/Makefile | |
parent | 37401f38d38841c91a568cd5e6ac807922595b6a (diff) | |
download | upstream-a2e1b4ab114f69eb05cc8d8a3d9cd147c7bf63d9.tar.gz upstream-a2e1b4ab114f69eb05cc8d8a3d9cd147c7bf63d9.tar.bz2 upstream-a2e1b4ab114f69eb05cc8d8a3d9cd147c7bf63d9.zip |
enable the cryptodev engine on ixp4xx
SVN-Revision: 11805
Diffstat (limited to 'package/openssl/Makefile')
-rw-r--r-- | package/openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 6eafc7ed7d..2937368b15 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -69,7 +69,7 @@ OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc2 no-rc5 no-sha0 no-smime \ no-rmd160 no-aes192 no-ripemd no-camellia no-ans1 no-krb5 ifeq ($(BOARD),ixp4xx) OPENSSL_OPTIONS:= shared no-ec no-err no-fips no-hw no-threads zlib-dynamic \ - no-sse2 no-perlasm + no-sse2 no-perlasm --with-cryptodev else OPENSSL_OPTIONS:= shared no-ec no-err no-fips no-hw no-threads zlib-dynamic \ no-engines no-sse2 no-perlasm |