From 0440d982459830a84b24f0c4ff0eba812523c10c Mon Sep 17 00:00:00 2001 From: Andrew Lewman Date: Fri, 22 Sep 2006 15:37:52 +0000 Subject: [PATCH] One last change to openssl to get it to compile in mingw. svn:r8458 --- doc/tor-win32-mingw-creation.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/tor-win32-mingw-creation.txt b/doc/tor-win32-mingw-creation.txt index b8291292be..28ba178edd 100644 --- a/doc/tor-win32-mingw-creation.txt +++ b/doc/tor-win32-mingw-creation.txt @@ -39,6 +39,8 @@ find ./ -name "*.h" -exec cp {} ../include/openssl/ \; cd .. cp *.h include/openssl/ cp ssl/ssltest.c test/ +Edit Makefile and remove the "test" and "tests" sections. +rm -rf ./test ./Configure mingw make