Skip to content

Commit

Permalink
FIX: using set-words in the dh parameters parse rule
Browse files Browse the repository at this point in the history
Oldes committed Apr 10, 2022
1 parent 5b3576e commit 044c59d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mezz/codec-ssh-key.reb
Original file line number Diff line number Diff line change
@@ -145,8 +145,8 @@ wrap [
"DH PARAMETERS" [
parse data [
'SEQUENCE into [
'INTEGER set p binary!
'INTEGER set g binary!
'INTEGER set p: binary!
'INTEGER set g: binary!
] (
return dh-init :g :p
)

0 comments on commit 044c59d

Please sign in to comment.