Skip to content

Commit 2e4a0c5

Browse files
committed
fix: set CryptographicParameters.SaltLength back to a pointer
Signed-off-by: Pierre-Henri Symoneaux <[email protected]>
1 parent 39c50f6 commit 2e4a0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kmip.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ type CryptographicParameters struct {
126126
CounterLength int32 `ttlv:",omitempty,version=v1.2.."`
127127
InitialCounterValue *int32 `ttlv:",version=v1.2.."`
128128

129-
SaltLength int32 `ttlv:",omitempty,version=v1.4.."`
129+
SaltLength *int32 `ttlv:",version=v1.4.."`
130130
MaskGenerator MaskGenerator `ttlv:",omitempty,version=v1.4.."`
131131
MaskGeneratorHashingAlgorithm HashingAlgorithm `ttlv:",omitempty,version=v1.4.."`
132132
PSource []byte `ttlv:",omitempty,version=v1.4.."`

0 commit comments

Comments
 (0)