Skip to content

Commit

Permalink
update of ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Hollines committed Sep 21, 2015
1 parent 9262443 commit e36cc59
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file modified src/lib/openssl/win32/bin/openssl.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions src/lib/openssl/win32/include/openssl/opensslconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ extern "C" {

#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
#define ENGINESDIR "../openssl/lib/engines"
#define OPENSSLDIR "../openssl/../openssl/ssl"
#define ENGINESDIR "d:/temp/foo/lib/engines"
#define OPENSSLDIR "d:/temp/foo/ssl"
#endif
#endif

Expand Down
Binary file modified src/lib/openssl/win32/lib/libeay32.lib
Binary file not shown.
Binary file modified src/lib/openssl/win32/lib/ssleay32.lib
Binary file not shown.
Binary file modified src/objeck/objeck.v12.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion src/vm/vm/vm.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<WholeProgramOptimization>true</WholeProgramOptimization>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
<EnableEnhancedInstructionSet>AdvancedVectorExtensions2</EnableEnhancedInstructionSet>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<PreprocessorDefinitions>%(PreprocessorDefinitions);_MBCS;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
Expand Down

0 comments on commit e36cc59

Please sign in to comment.