math/mpx-mul4-x86-sse2.S: Make stack alignment more standard.
[catacomb] / pub / rsa.h
index 2fb767d..cd910b7 100644 (file)
--- 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*/);