Skip to content

Commit

Permalink
Fix syntax errors
Browse files Browse the repository at this point in the history
Introduced in commit f484c8f

Signed-off-by: Frank Lichtenheld <[email protected]>
  • Loading branch information
flichtenheld committed Feb 6, 2024
1 parent 800c45e commit e8baaea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openvpn-wire-protocol.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,10 @@ struct replay_packet_id_packet {
more significant bytes. To turn this structure into a 64bit counter, the timestamp represent the upper 32 bit while the
packet_id represents the lower 32 bits.

(timestamp << 32) | packet_id
(timestamp &lt;&lt; 32) | packet_id

</t>
</section>
<section title="HMAC authentication of control channel packets" anchor="tlsauth">
<t>
<figure>
Expand Down Expand Up @@ -2003,7 +2004,6 @@ INFO,EXTRA
file. Implementations SHOULD be able to handle different number of bytes per line when
parsing the file.
</t>

</section>
</section>
</middle>
Expand Down

0 comments on commit e8baaea

Please sign in to comment.