Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
pohlm01 committed Feb 11, 2025
1 parent 83a561d commit 199c9c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions figures.typ
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@

pause,
node((rel: (1, 0.5), to: <client_hello>), ar[Server Hello \ + key share], width: default_width + 2mm, stroke: (dash: "dotted"), name: <server_hello>),
node((rel: (0, 1), to: <server_hello>), ar[#emoji.lock #text(weight: if env == "presentation" {"bold"})[Certificate]], width: default_width + 2mm, stroke: (dash: "dotted"), name: <certificate>),
node((rel: (0, 1), to: <certificate>), ar[#emoji.lock #text(weight: if env == "presentation" {"bold"})[Certificate Verify]], width: default_width + 2mm, stroke: (dash: "dotted"), name: <certifcate_verify>),
node((rel: (0, 1), to: <server_hello>), ar[#emoji.lock #text(weight: if env == "presentation" {"bold"} else {"regular"})[Certificate]], width: default_width + 2mm, stroke: (dash: "dotted"), name: <certificate>),
node((rel: (0, 1), to: <certificate>), ar[#emoji.lock #text(weight: if env == "presentation" {"bold"} else {"regular"})[Certificate Verify]], width: default_width + 2mm, stroke: (dash: "dotted"), name: <certifcate_verify>),
node((rel: (0, 1), to: <certifcate_verify>), ar[#emoji.lock Finished], width: default_width + 2mm, stroke: (dash: "dotted"), name: <server_finished>),


Expand Down

0 comments on commit 199c9c5

Please sign in to comment.