On Sun, Sep 25, 2016 at 08:15:08PM +0200, László Böszörményi (GCS) wrote:
> Hi Kurt,
> 
> On Sun, Sep 25, 2016 at 6:21 PM, Kurt Roeckx <k...@roeckx.be> wrote:
> > Attached is a patch for it. It's against a current svn trunk.
> >
> > It doesn't have any new regressions, but there are existing test
> > suite errors.
> >
> > I'll also submit this upstream.
>  Due to the test suite errors, I would wait some days on what upstream
> says about the patch. May you ping me when you get any answer?

To fix the regression tests, I need this diff:
--- src/ne_openssl.c    (revision 1971)
+++ src/ne_openssl.c    (working copy)
@@ -1284,7 +1284,7 @@
 
 struct ne_md5_ctx *ne_md5_create_ctx(void)
 {
-#if 1
+#if 0
     return NULL;
 #else
     struct ne_md5_ctx *ctx = ne_malloc(sizeof *ctx);


1971 is the latest revision in which this code was all rewritten.
I assume this was really some test code.


Kurt

Reply via email to