Commit 763c06f7 authored by Christian Heimes's avatar Christian Heimes

Fixed path to _ssl.c in Windows make file

parent 34ab3db8
......@@ -15,7 +15,7 @@ SSL_LIB_DIR=$(SSL_DIR)/out32
INCLUDES=-I ../Include -I ../PC -I $(SSL_DIR)/inc32
SSL_LIBS=gdi32.lib wsock32.lib user32.lib advapi32.lib /LIBPATH:$(SSL_LIB_DIR) libeay32.lib ssleay32.lib
SSL_SOURCE=../Modules/_ssl.c
SSL_SOURCE=../../Modules/_ssl.c
HASH_LIBS=gdi32.lib user32.lib advapi32.lib /libpath:$(SSL_LIB_DIR) libeay32.lib
HASH_SOURCE=../Modules/_hashopenssl.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment