mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
One last change to openssl to get it to compile in mingw.
svn:r8458
This commit is contained in:
parent
66092df5c3
commit
0440d98245
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user