change Visual Studio files to use new CyaSSL headers and layout, have examples and testsuite try to change to CyaSSL Home dir if not

This commit is contained in:
Todd A Ouska
2011-09-23 16:13:02 -07:00
parent 44632b94c2
commit d99932962a
28 changed files with 1778 additions and 1814 deletions

View File

@@ -35,6 +35,12 @@
#endif
#ifdef _MSC_VER
/* 4127 warning constant while(1) */
#pragma warning(disable: 4127)
#endif
static const word32 rcon[] = {
0x01000000, 0x02000000, 0x04000000, 0x08000000,
0x10000000, 0x20000000, 0x40000000, 0x80000000,