summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Network/Tox.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Network/Tox.hs b/src/Network/Tox.hs
index 9d785f67..ce9939a9 100644
--- a/src/Network/Tox.hs
+++ b/src/Network/Tox.hs
@@ -319,8 +319,8 @@ netCryptoWithBackoff millisecs tox myseckey theirpubkey = do
319 , hpMySecretKey = myseckey 319 , hpMySecretKey = myseckey
320 , hpCookieRemotePubkey = theirpubkey 320 , hpCookieRemotePubkey = theirpubkey
321 , hpCookieRemoteDhtkey = theirDhtKey 321 , hpCookieRemoteDhtkey = theirDhtKey
322 , hpTheirBaseNonce = error "netCrypto: Unreachable! hpTheirBaseNonce" 322 , hpTheirBaseNonce = Nothing
323 , hpTheirSessionKeyPublic = error "netCrypto: Unreachable! hpTheirSessionKeyPublic" 323 , hpTheirSessionKeyPublic = Nothing
324 } 324 }
325 freshCryptoSession (toxCryptoSessions tox) saddr hp 325 freshCryptoSession (toxCryptoSessions tox) saddr hp
326-- myhandshake <- do 326-- myhandshake <- do