diff --git a/kishib.py b/kishib.py index 4505219..2010b20 100644 --- a/kishib.py +++ b/kishib.py @@ -190,6 +190,7 @@ def verify(client_pubkey, server_pubkey): continue if secrets.compare_digest(own_hash, other_hash): + print('Hash matches. You can now type \'yes\' on the other end') return else: error('Could not transfer the keys')