mirror of
https://github.com/openkmip/pykmip
synced 2025-12-17 16:53:48 +00:00
Fixing invalid tag for the KeyMaterialStruct
This commit is contained in:
@@ -442,7 +442,7 @@ class KeyMaterial(ByteString):
|
||||
class KeyMaterialStruct(Struct):
|
||||
|
||||
def __init__(self):
|
||||
super(KeyMaterialStruct, self).__init__(Tags.SERVER_INFORMATION)
|
||||
super(KeyMaterialStruct, self).__init__(Tags.KEY_MATERIAL)
|
||||
|
||||
self.data = BytearrayStream()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user