gpg: don't clear the session after PIN is entered

This would allow single PIN entry when running multiple GPG commands.
nistp521
Roman Zeyde 8 years ago
parent fcd5671626
commit e3286a4510

@ -52,7 +52,6 @@ class HardwareSigner(object):
def close(self):
"""Close the connection to the device."""
self.client_wrapper.connection.clear_session()
self.client_wrapper.connection.close()

Loading…
Cancel
Save