Author: mturk Date: Tue Aug 11 11:43:06 2009 New Revision: 803070 URL: http://svn.apache.org/viewvc?rev=803070&view=rev Log: Add sha2 implementation
Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in?rev=803070&r1=803069&r2=803070&view=diff ============================================================================== --- commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in (original) +++ commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in Tue Aug 11 11:43:06 2009 @@ -83,6 +83,7 @@ $(SRCDIR)/shared/base64.$(OBJ) \ $(SRCDIR)/shared/md5.$(OBJ) \ $(SRCDIR)/shared/sha1.$(OBJ) \ + $(SRCDIR)/shared/sha2.$(OBJ) \ $(SRCDIR)/shared/sbuf.$(OBJ) \ $(SRCDIR)/shared/string.$(OBJ) \ $(SRCDIR)/shared/tables.$(OBJ) \