chiark / gitweb /
pubkey.c (dsa_setup): Make sure `u' is None or an MP object.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 28 May 2017 18:03:08 +0000 (19:03 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 15 Jun 2017 23:48:00 +0000 (00:48 +0100)
commitff672277ff5c215485310a2436f40bd35f8fe2c7
tree1c2ace5421c459accd2de5fb4a662df95f1ac46c
parentc142539dda1897a578bc1abc8ce372ed2a64b7b5
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.
pubkey.c