From: Kurt Roeckx Date: Mon, 19 Oct 2015 20:26:59 +0000 (+0200) Subject: BN_sub: document that r might be the same as a or b X-Git-Tag: OpenSSL_1_1_0-pre1~258 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;ds=sidebyside;h=32c748140ff94016011efc206a3709e4187ce40b;p=oweals%2Fopenssl.git BN_sub: document that r might be the same as a or b Reviewed-by: Rich Salz RT #4100, MR #1264 --- diff --git a/doc/crypto/BN_add.pod b/doc/crypto/BN_add.pod index 942048c10d..3ad227458d 100644 --- a/doc/crypto/BN_add.pod +++ b/doc/crypto/BN_add.pod @@ -49,6 +49,7 @@ BN_add() adds I and I and places the result in I (C). I may be the same B as I or I. BN_sub() subtracts I from I and places the result in I (C). +I may be the same B as I or I. BN_mul() multiplies I and I and places the result in I (C). I may be the same B as I or I.