From: Mark Wooding Date: Sun, 28 May 2017 18:03:08 +0000 (+0100) Subject: pubkey.c (dsa_setup): Make sure `u' is None or an MP object. X-Git-Tag: 1.2.1~1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/ff672277ff5c215485310a2436f40bd35f8fe2c7?hp=ff672277ff5c215485310a2436f40bd35f8fe2c7 pubkey.c (dsa_setup): Make sure `u' is None or an MP object. Don't just store the caller's object and hope for the best. ---