Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
Signed-off-by: Trishank K Kuppusamy <[email protected]>
  • Loading branch information
trishankatdatadog committed Feb 1, 2018
1 parent 251ea57 commit ab433b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trustmanager/yubikey/pkcs11_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ package yubikey

var possiblePkcs11Libs = []string{
"/usr/lib/libykcs11.so",
"/usr/lib/libykcs11.so.1", // yubico-piv-tool on Fedora installs here
"/usr/lib/libykcs11.so.1", // yubico-piv-tool on Fedora installs here
"/usr/lib64/libykcs11.so",
"/usr/lib64/libykcs11.so.1", // yubico-piv-tool on Fedora installs here
"/usr/lib64/libykcs11.so.1", // yubico-piv-tool on Fedora installs here
"/usr/lib/x86_64-linux-gnu/libykcs11.so",
"/usr/local/lib/libykcs11.so",
}

0 comments on commit ab433b8

Please sign in to comment.