Skip to content

Commit

Permalink
FIX: don't try to convert unknown OID to word in CRT codec
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Oct 25, 2018
1 parent 65b6648 commit c863931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mezz/codec-crt.r
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ register-codec [
copy *val to end ;@@ TODO: decode it too?
]
(
append *blk to word! der-codec/decode-OID *oid
append *blk der-codec/decode-OID *oid
if *val [append *blk *val]
)
]
Expand Down

0 comments on commit c863931

Please sign in to comment.