Skip to content

Commit

Permalink
AppVeyor: use SoftHSM 2.4.0 instead of 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed Jun 23, 2018
1 parent 82f1cce commit e06f111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/appveyor_install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ REM Chocolatey.
IF NOT EXIST C:\ProgramData\chocolatey\bin\swig.exe choco install swig --version 2.0.12 --allow-empty-checksums --yes --limit-output || goto :error
swig -version || goto :error

curl -Lo softhsm.zip https://github.com/disig/SoftHSM2-for-Windows/releases/download/v2.3.0/SoftHSM2-2.3.0-portable.zip || goto :error
curl -Lo softhsm.zip https://github.com/disig/SoftHSM2-for-Windows/releases/download/v2.4.0/SoftHSM2-2.4.0-portable.zip || goto :error
7z -bb3 -oc:\\ x softhsm.zip || goto :error
softhsm2-util --init-token --slot 0 --label "A token" --pin 1234 --so-pin 123456 || goto :error

Expand Down

0 comments on commit e06f111

Please sign in to comment.