Skip to content

Commit

Permalink
exporting ExtensionID from QUIC
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Dec 7, 2023
1 parent a311651 commit df9f4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Network/TLS/QUIC.hs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module Network.TLS.QUIC (

-- * Extensions
ExtensionRaw (..),
ExtensionID (EID_QuicTransportParameters),
ExtensionID (ExtensionID, EID_QuicTransportParameters),

-- * Errors
errorTLS,
Expand Down

0 comments on commit df9f4e7

Please sign in to comment.