projects
/
openwrt
/
staging
/
981213.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8acf9ad
)
openssl: reenable CMS (broke krb5)
author
Steven Barth
<
[email protected]
>
Tue, 4 Nov 2014 08:37:06 +0000
(08:37 +0000)
committer
Steven Barth
<
[email protected]
>
Tue, 4 Nov 2014 08:37:06 +0000
(08:37 +0000)
Signed-off-by: Steven Barth <
[email protected]
>
SVN-Revision: 43176
package/libs/openssl/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/openssl/Makefile
b/package/libs/openssl/Makefile
index a0087b5e552d986ef82c06b18a006e1b02150bf2..bb91e47dccdfd6b2ce00b073251a284938cc3fe8 100644
(file)
--- a/
package/libs/openssl/Makefile
+++ b/
package/libs/openssl/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=openssl
PKG_VERSION:=1.0.1j
-PKG_RELEASE:=
2
+PKG_RELEASE:=
3
PKG_USE_MIPS16:=0
PKG_BUILD_PARALLEL:=1
@@
-88,7
+88,7
@@
endef
OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc5 no-sha0 no-camellia no-krb5
-OPENSSL_OPTIONS:= shared no-err no-hw zlib-dynamic no-sse2 no-ssl2
no-cms
+OPENSSL_OPTIONS:= shared no-err no-hw zlib-dynamic no-sse2 no-ssl2
ifdef CONFIG_OPENSSL_ENGINE_CRYPTO
OPENSSL_OPTIONS += -DHAVE_CRYPTODEV