pubkey.c (RSAPriv): Fix segfault if `p' is provided but not `q'.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 15 Nov 2019 13:30:43 +0000 (13:30 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 22 Nov 2019 22:18:12 +0000 (22:18 +0000)
commit437234191fb9819a9a7e27ee777a5af76ec6f0b1
treedb42438dde9081f41bb82bf9be335653ecf124c5
parent614c3bbf3c1c6fede55feae44370b0fe6d3fb5f0
pubkey.c (RSAPriv): Fix segfault if `p' is provided but not `q'.

Stupid typo.
pubkey.c