disable MD2, bump release number

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9014 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-09-25 08:08:47 +00:00
parent 5b6433a742
commit 2b7c32e8f0
2 changed files with 14 additions and 1 deletions

View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=xyssl
PKG_VERSION:=0.7
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=http://xyssl.org/code/download/

View File

@ -0,0 +1,13 @@
Index: xyssl-0.7/include/xyssl/ssl_conf.h
===================================================================
--- xyssl-0.7.orig/include/xyssl/ssl_conf.h 2007-09-25 09:39:47.000000000 +0200
+++ xyssl-0.7/include/xyssl/ssl_conf.h 2007-09-25 09:43:40.000000000 +0200
@@ -93,6 +93,8 @@
#define NO_SSL_SRV
*/
+#define NO_MD2
+
#ifdef __cplusplus
}
#endif