From 564e9258eac3f05d2bcb868ec1ac8d117127c81d Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Wed, 27 Jul 2011 19:48:05 +0000 Subject: Update to 1.5.1 --- net/httping/files/extrapatch-mssl.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 net/httping/files/extrapatch-mssl.c (limited to 'net/httping/files/extrapatch-mssl.c') diff --git a/net/httping/files/extrapatch-mssl.c b/net/httping/files/extrapatch-mssl.c deleted file mode 100644 index 13ca1822ba0b..000000000000 --- a/net/httping/files/extrapatch-mssl.c +++ /dev/null @@ -1,20 +0,0 @@ ---- ./mssl.c.orig 2010-07-31 15:40:14.760757000 +0200 -+++ ./mssl.c 2010-07-31 15:40:31.439062000 +0200 -@@ -28,6 +28,17 @@ - extern char last_error[]; - BIO *bio_err=0; - -+char * strndup(const char *str, size_t len){ -+ size_t l=strlen(str); -+ char *r; -+ if(len