X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a..eea933cdf237601a44e13006cfcfd3aad7a08349:/pub/rsa.h diff --git a/pub/rsa.h b/pub/rsa.h index 2fb767da..cd910b77 100644 --- a/pub/rsa.h +++ b/pub/rsa.h @@ -349,6 +349,10 @@ extern int rsa_gen(rsa_priv */*rp*/, unsigned /*nbits*/, * sense. * * Use: Derives the full set of RSA parameters given a minimal set. + * + * On failure, the parameter block might be partially filled in, + * but the @rsa_privfree@ function will be able to free it + * successfully. */ extern int rsa_recover(rsa_priv */*rp*/);