Skip to content

Commit

Permalink
fix: set CryptographicParameters.SaltLength back to a pointer
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Henri Symoneaux <[email protected]>
  • Loading branch information
phsym committed Mar 5, 2025
1 parent 39c50f6 commit 2e4a0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kmip.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ type CryptographicParameters struct {
CounterLength int32 `ttlv:",omitempty,version=v1.2.."`
InitialCounterValue *int32 `ttlv:",version=v1.2.."`

SaltLength int32 `ttlv:",omitempty,version=v1.4.."`
SaltLength *int32 `ttlv:",version=v1.4.."`
MaskGenerator MaskGenerator `ttlv:",omitempty,version=v1.4.."`
MaskGeneratorHashingAlgorithm HashingAlgorithm `ttlv:",omitempty,version=v1.4.."`
PSource []byte `ttlv:",omitempty,version=v1.4.."`
Expand Down

0 comments on commit 2e4a0c5

Please sign in to comment.