Skip to content

Commit

Permalink
p11kit: remove unused Info struct
Browse files Browse the repository at this point in the history
  • Loading branch information
ericchiang committed Feb 3, 2022
1 parent baa56c4 commit 15e64c3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions p11kit/p11kit.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,6 @@ type Version struct {
Minor byte
}

// Info holds general information about the PKCS #11 module.
//
// This corresponds to CK_INFO.
type Info struct {
CryptokiVersion Version
Manufacturer string // Limit of 32 bytes
Library string // Limit of 32 bytes
LibraryVersion Version

// Flags is ignored since "bit flags reserved for future versions. MUST be zero for this version"
}

// Slot is a logical grouping of objects, such as private keys and certificates.
type Slot struct {
// ID is the unique identifier for the slot. It MUST be unique.
Expand Down

0 comments on commit 15e64c3

Please sign in to comment.