summaryrefslogtreecommitdiffhomepage
path: root/Verify.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Verify.hs')
-rw-r--r--Verify.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Verify.hs b/Verify.hs
index 63e81f6..c485683 100644
--- a/Verify.hs
+++ b/Verify.hs
@@ -31,9 +31,9 @@ verify opts = go 1 startState =<< streamLog (verifyLogFile opts)
-- Learn session keys before verifying signatures.
st' <- case msg of
- User (ControlMessage (Control { control = SessionKey sk })) ->
+ User (ControlMessage (Control { control = SessionKey sk _ })) ->
addSessionKey lineno sk st
- Developer (ControlMessage (Control { control = SessionKey sk })) ->
+ Developer (ControlMessage (Control { control = SessionKey sk _ })) ->
addSessionKey lineno sk st
_ -> return st