Sync with main sources.
Add support for using SHA1 code from OpenSSL or NSS
based on work from Lally Singh.


git-svn-id: http://sctp-refimpl.googlecode.com/svn/trunk/KERN/usrsctp/usrsctplib@8597 9df1edf5-d72c-5b5f-11c0-5f5209eb73f7
diff --git a/Makefile.nmake b/Makefile.nmake
index 79ca4a8..a564fd4 100644
--- a/Makefile.nmake
+++ b/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