Skip to content

Commit

Permalink
[FABG-793] Non-conflicting namespace for pkcs11 import
Browse files Browse the repository at this point in the history
The pkcs11 namespace of the "github.com/miekg/pkcs11" import in
pkg/core/cryptosuite/common/pkcs11/contextHandle.go overlaps with the package
name pkcs11

If libltdl-dev is not installed, the upstream pkcs11 package will not compile,
and the linters confuse the upstream pkcs11 with the local package pkcs11,
causing them to fail.

Change-Id: I4224b75b47d33c1a040749597bd8c9a4fdfa4885
Signed-off-by: Nye Liu <nye@blockdaemon.com>
  • Loading branch information
nyetwurk committed Nov 19, 2018
1 parent 303f01c commit 2c76aff
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 68 deletions.

0 comments on commit 2c76aff

Please sign in to comment.