Skip to content

Commit

Permalink
Updated openssl to v3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
erhardgrishaber committed Sep 4, 2024
1 parent 61e9f4b commit 69d0301
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ OPC Foundation OPC UA Local Discovery Server

Version 1.04.413
Highlights:
- Updated OpenSSL to version 3.1.6
- Updated OpenSSL to version 3.1.7
- Updated Visual Studio to 2015 [update 3]
- Fix for x64 build scripts

Expand Down
4 changes: 2 additions & 2 deletions fetch_openssl.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ REM ****************************************************************************
SETLOCAL

set ROOT=%~dp0
set SRCDIR=openssl-3.1.6
set GITTAG=openssl-3.1.6
set SRCDIR=openssl-3.1.7
set GITTAG=openssl-3.1.7

set GIT=C:\Program Files\Git\bin\git.exe
IF NOT EXIST "%GIT%" SET GIT=C:\Program Files (x86)\Git\bin\git.exe
Expand Down
4 changes: 2 additions & 2 deletions fetch_openssl_win64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ REM ****************************************************************************
SETLOCAL

set ROOT=%~dp0
set SRCDIR=openssl-3.1.6
set GITTAG=openssl-3.1.6
set SRCDIR=openssl-3.1.7
set GITTAG=openssl-3.1.7

set GIT=C:\Program Files\Git\bin\git.exe
IF NOT EXIST "%GIT%" SET GIT=C:\Program Files (x86)\Git\bin\git.exe
Expand Down

0 comments on commit 69d0301

Please sign in to comment.