X-Git-Url: http://git.tremily.us/?p=pyassuan.git;a=blobdiff_plain;f=bin%2Fpinentry.py;h=50cf3326cdadc1e8f32c97d87c522db1312d111e;hp=d2e57e0170adef28c984a080a150cadf717569dd;hb=3faa2ee4581f1ce58cd05f6818561ac3cd43d104;hpb=f718ade303fb40baf7d6b884deaec6ce873fb8ae diff --git a/bin/pinentry.py b/bin/pinentry.py index d2e57e0..50cf332 100755 --- a/bin/pinentry.py +++ b/bin/pinentry.py @@ -241,6 +241,9 @@ class PinEntry (_server.AssuanServer): self.strings['key info'] = arg yield _common.Response('OK') + def _handle_CLEARPASSPHRASE(self, arg): + yield _common.Response('OK') + def _handle_SETDESC(self, arg): self.strings['description'] = arg yield _common.Response('OK')