Skip to content

Commit

Permalink
Merge namecoin#134: Add objects slice description
Browse files Browse the repository at this point in the history
2f7cf0e Add objects slice description (robertmin1)

Pull request description:

  Objects slice description

ACKs for top commit:
  JeremyRand:
    ACK 2f7cf0e

Tree-SHA512: e66fe97ed29ba037bcc97fa47946bd1a5bc1a330783b9c7be916fab5c6bc5a3e2dc10a590ec9b49b18b014c696aad69ab4e52a661f8016d834887e7be74ab178
  • Loading branch information
Jeremy Rand committed Oct 15, 2022
2 parents 4d351fe + 2f7cf0e commit 4b352c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions p11mod/p11mod.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ func init() {
}

type llSession struct {
session p11.Session
slotID uint
session p11.Session
slotID uint
// Used to keep track of mapping between object handles and objects, because object handles don't exist in the p11 API
objects []p11.Object
objectsPending []p11.Object
signMechanism *pkcs11.Mechanism
Expand Down

0 comments on commit 4b352c4

Please sign in to comment.