=== modified file 'mandos' --- mandos 2008-08-24 10:49:09 +0000 +++ mandos 2008-08-24 10:52:46 +0000 @@ -415,9 +415,6 @@ gnutls.library.functions.gnutls_openpgp_crt_verify_self\ (crt, ctypes.c_uint(0), ctypes.byref(crtverify)) if crtverify.value != 0: - tmp = open("/tmp/tmp.gpg", "w") - tmp.write(openpgp) - tmp.close() gnutls.library.functions.gnutls_openpgp_crt_deinit(crt) raise gnutls.errors.CertificateSecurityError("Verify failed") # New buffer for the fingerprint