Skip to content

Commit

Permalink
Merge "Adding changes for FAB-1980"
Browse files Browse the repository at this point in the history
  • Loading branch information
mastersingh24 authored and Gerrit Code Review committed Feb 3, 2017
2 parents 85cee44 + 05cccdf commit 7833d4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bccsp/pkcs11/impl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1940,6 +1940,7 @@ func findPKCS11Lib() (lib, pin, label string) {
"/usr/lib/softhsm/libsofthsm2.so", //Debian
"/usr/lib/x86_64-linux-gnu/softhsm/libsofthsm2.so", //Ubuntu
"/usr/lib/s390x-linux-gnu/softhsm/libsofthsm2.so", //Ubuntu
"/usr/lib/powerpc64le-linux-gnu/softhsm/libsofthsm2.so", //Power
"/usr/local/Cellar/softhsm/2.1.0/lib/softhsm/libsofthsm2.so", //MacOS
}
for _, path := range possibilities {
Expand Down

0 comments on commit 7833d4d

Please sign in to comment.