diff -ur openssl-0.9.8h.orig/Configure openssl-0.9.8h/Configure --- openssl-0.9.8h.orig/Configure 2008-05-31 17:31:04.000000000 +0200 +++ openssl-0.9.8h/Configure 2008-05-31 17:30:47.000000000 +0200 @@ -1712,6 +1712,11 @@ close(OUT); } +# ugly hack to disable engines +if($target eq "mingwx") { + system("sed -e s/^LIB/XLIB/g -i engines/Makefile"); +} + print <