chiark / gitweb /
pub/rsa-recover.c, pub/rsa.h: Say what's left when `rsa_recover' fails.
[catacomb] / pub / rsa-recover.c
index 1a7c4600107ca12262898e79fc2085e800723cf5..9f22f230458f2d3416dd2200345c4aefc307b060 100644 (file)
  *             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.
  */
 
 int rsa_recover(rsa_priv *rp)