Skip to content

Commit

Permalink
Adding changes for FAB-1980
Browse files Browse the repository at this point in the history
Change-Id: Ia239b507850f54f8961cb6d20e02ea1632cf2281
Signed-off-by: Smita Bodepudi <bsmita@us.ibm.com>
  • Loading branch information
bsmita committed Feb 1, 2017
1 parent 7104614 commit 05cccdf
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 05cccdf

Please sign in to comment.