Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwenx190 committed Mar 19, 2019
1 parent 83d3342 commit 2164965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win-build-openssl.bat
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ SET _CFG_PARAMS=Configure %_PLATFORM% no-asm enable-static-engine --prefix="%_IN
IF /I "%_TARGET_ARCH%" NEQ "x64" SET _CFG_PARAMS=%_CFG_PARAMS% -DUNICODE -D_UNICODE
IF /I "%_OPENSSL_VERSION%" NEQ "1.0.2" (
IF /I "%_BUILD_TYPE%" NEQ "dll" SET _CFG_PARAMS=%_CFG_PARAMS% no-shared
IF /I "%_BUILD_TYPE%" NEQ "lib" SET _CFG_PARAMS=%_CFG_PARAMS% enable-md2 enable-rc5 enable-heartbeats
REM IF /I "%_BUILD_TYPE%" NEQ "lib" SET _CFG_PARAMS=%_CFG_PARAMS% enable-md2 enable-rc5 enable-heartbeats
)
perl %_CFG_PARAMS%
IF /I "%_OPENSSL_VERSION%" == "1.0.2" (
Expand Down

0 comments on commit 2164965

Please sign in to comment.