diff options
author | Ben McGinnes <[email protected]> | 2015-05-16 18:22:53 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2015-05-16 18:22:53 +0000 |
commit | 325b0ca341ae3ac8c3232f557ea2c381b4843969 (patch) | |
tree | 027bcfa88659ef2aad4c6b73c3c4935007bf7991 /lang/py3-pyme/examples/signverify.py | |
parent | More bytes good (diff) | |
download | gpgme-325b0ca341ae3ac8c3232f557ea2c381b4843969.tar.gz gpgme-325b0ca341ae3ac8c3232f557ea2c381b4843969.zip |
More byte changes and passphrase changes
* exportimport works, but will still segfault for an as yet unknown
reason.
* genkey produces a traceback error, but does create the key as
intended.
* matched passphrase in signverify.
Diffstat (limited to '')
-rwxr-xr-x | lang/py3-pyme/examples/signverify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/py3-pyme/examples/signverify.py b/lang/py3-pyme/examples/signverify.py index 6c688389..e2f80357 100755 --- a/lang/py3-pyme/examples/signverify.py +++ b/lang/py3-pyme/examples/signverify.py @@ -41,7 +41,7 @@ if not c.signers_enum(0): # This is a map between signer e-mail and its password passlist = { - "<[email protected]>": "Crypt0-R0cks" + "<[email protected]>": "Crypt0R0cks" } # callback will return password based on the e-mail listed in the hint. |