Changeset 47817
- Timestamp:
- 2015-12-09T23:26:40+01:00 (2 years ago)
- Location:
- trunk/package/libs/openssl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package/libs/openssl/Config.in
r43123 r47817 26 26 prompt "Digests acceleration support" 27 27 28 config OPENSSL_HARDWARE_SUPPORT 29 bool 30 default n 31 prompt "Enable hardware support" 32 28 33 endmenu -
trunk/package/libs/openssl/Makefile
r47726 r47817 30 30 CONFIG_OPENSSL_WITH_EC \ 31 31 CONFIG_OPENSSL_WITH_EC2M \ 32 CONFIG_OPENSSL_WITH_SSL3 32 CONFIG_OPENSSL_WITH_SSL3 \ 33 CONFIG_OPENSSL_HARDWARE_SUPPORT 33 34 34 35 include $(INCLUDE_DIR)/package.mk … … 90 91 91 92 OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc5 no-sha0 no-camellia no-krb5 92 OPENSSL_OPTIONS:= shared no-err no-hwzlib-dynamic no-sse2 no-ssl293 OPENSSL_OPTIONS:= shared no-err zlib-dynamic no-sse2 no-ssl2 93 94 94 95 ifdef CONFIG_OPENSSL_ENGINE_CRYPTO … … 111 112 ifndef CONFIG_OPENSSL_WITH_SSL3 112 113 OPENSSL_OPTIONS += no-ssl3 114 endif 115 116 ifndef CONFIG_OPENSSL_HARDWARE_SUPPORT 117 OPENSSL_OPTIONS += no-hw 113 118 endif 114 119
Note: See TracChangeset
for help on using the changeset viewer.