- Added base blowfish algorithm
diff --git a/visualc/VS2010/PolarSSL.vcxproj b/visualc/VS2010/PolarSSL.vcxproj
index c40b6ba..1d8f11a 100644
--- a/visualc/VS2010/PolarSSL.vcxproj
+++ b/visualc/VS2010/PolarSSL.vcxproj
@@ -149,6 +149,7 @@
<ClInclude Include="..\..\include\polarssl\asn1.h" />
<ClInclude Include="..\..\include\polarssl\base64.h" />
<ClInclude Include="..\..\include\polarssl\bignum.h" />
+ <ClInclude Include="..\..\include\polarssl\blowfish.h" />
<ClInclude Include="..\..\include\polarssl\bn_mul.h" />
<ClInclude Include="..\..\include\polarssl\camellia.h" />
<ClInclude Include="..\..\include\polarssl\certs.h" />
@@ -189,6 +190,7 @@
<ClCompile Include="..\..\library\asn1parse.c" />
<ClCompile Include="..\..\library\base64.c" />
<ClCompile Include="..\..\library\bignum.c" />
+ <ClCompile Include="..\..\library\blowfish.c" />
<ClCompile Include="..\..\library\camellia.c" />
<ClCompile Include="..\..\library\certs.c" />
<ClCompile Include="..\..\library\cipher.c" />
diff --git a/visualc/VS6/polarssl.dsp b/visualc/VS6/polarssl.dsp
index 47d612d..935300c 100644
--- a/visualc/VS6/polarssl.dsp
+++ b/visualc/VS6/polarssl.dsp
@@ -105,6 +105,10 @@
# End Source File
# Begin Source File
+SOURCE=..\..\library\blowfish.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\library\camellia.c
# End Source File
# Begin Source File
@@ -249,6 +253,10 @@
# End Source File
# Begin Source File
+SOURCE=..\..\include\polarssl\blowfish.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\include\polarssl\bn_mul.h
# End Source File
# Begin Source File