Skip to content

Commit

Permalink
removing liftIO.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Dec 28, 2019
1 parent 0429850 commit 7455fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Network/TLS/Handshake/Server.hs
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ doHandshake13 sparams ctx chosenVersion usedCipher exts usedHash clientKeyShare
usingHState ctx $ setNegotiatedGroup $ keyShareEntryGroup clientKeyShare
srand <- setServerParameter
-- ALPN is used in choosePSK
protoExt <- liftIO $ applicationProtocol ctx exts sparams
protoExt <- applicationProtocol ctx exts sparams
(psk, binderInfo, is0RTTvalid) <- choosePSK
earlyKey <- calculateEarlySecret ctx choice (Left psk) True
let earlySecret = pairBase earlyKey
Expand Down

0 comments on commit 7455fd8

Please sign in to comment.