Skip to content

Commit

Permalink
Issue #2 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
li0ard authored Oct 7, 2023
1 parent 69c3d7d commit a258f5d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ class CPBlob(Sequence):
schema = (
("version", Integer()),
("notused", Any()),
("value", OctetString())
("value", OctetString()),
("notused2", Any(optional=True))
)

class CPExportBlobCek(Sequence):
Expand Down Expand Up @@ -60,4 +61,4 @@ class PKey(Sequence):
("version", Integer(0)),
("params", PKeyPub()),
("key", OctetString())
)
)

0 comments on commit a258f5d

Please sign in to comment.