aboutsummaryrefslogtreecommitdiff
path: root/usrsctplib/Makefile.nmake
diff options
context:
space:
mode:
authort00fcxen <t00fcxen@9df1edf5-d72c-5b5f-11c0-5f5209eb73f7>2013-09-02 23:00:20 +0000
committert00fcxen <t00fcxen@9df1edf5-d72c-5b5f-11c0-5f5209eb73f7>2013-09-02 23:00:20 +0000
commita336e83a92d6f506c8941b2e30e71c2723ce3bf2 (patch)
treec0628372e185913c525d4f7f8132f797cff12914 /usrsctplib/Makefile.nmake
parent6423485a084f2357d6a7138064968780b15c276b (diff)
downloadusrsctp-a336e83a92d6f506c8941b2e30e71c2723ce3bf2.tar.gz
Sync with main sources.
Add support for using SHA1 code from OpenSSL or NSS based on work from Lally Singh.
Diffstat (limited to 'usrsctplib/Makefile.nmake')
-rw-r--r--usrsctplib/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrsctplib/Makefile.nmake b/usrsctplib/Makefile.nmake
index 79ca4a85..a564fd47 100644
--- a/usrsctplib/Makefile.nmake
+++ b/usrsctplib/Makefile.nmake
@@ -30,7 +30,7 @@
CFLAGS=/I. /W3
-CVARSDLL=-DSCTP_DEBUG -DSCTP_SIMPLE_ALLOCATOR -DUSE_SCTP_SHA1 -DSCTP_PROCESS_LEVEL_LOCKS
+CVARSDLL=-DSCTP_DEBUG -DSCTP_SIMPLE_ALLOCATOR -DSCTP_PROCESS_LEVEL_LOCKS
CVARSDLL=$(CVARSDLL) -D__Userspace__ -D__Userspace_os_Windows
CVARSDLL=$(CVARSDLL) -DINET -DINET6
CVARSDLL=$(CVARSDLL) -D_LIB