2
0
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:
Peter Hamilton
2015-04-24 09:35:05 -04:00
parent 71936f8c37
commit cb550aef7a
2 changed files with 27 additions and 1 deletions

View File

@@ -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()