X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=libs%2Fxyssl%2Fpatches%2F003-no_md2.patch;fp=libs%2Fxyssl%2Fpatches%2F003-no_md2.patch;h=76ecbb90aea7b094d9e0e0107b7c4d8963920df1;hb=2b7c32e8f057deb9da501579df634c4de9b7d514;hp=0000000000000000000000000000000000000000;hpb=5b6433a7421d5b244dfb88652b78d177a6711c7c;p=packages.git diff --git a/libs/xyssl/patches/003-no_md2.patch b/libs/xyssl/patches/003-no_md2.patch new file mode 100644 index 000000000..76ecbb90a --- /dev/null +++ b/libs/xyssl/patches/003-no_md2.patch @@ -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