From 32c748140ff94016011efc206a3709e4187ce40b Mon Sep 17 00:00:00 2001 From: Kurt Roeckx Date: Mon, 19 Oct 2015 22:26:59 +0200 Subject: BN_sub: document that r might be the same as a or b Reviewed-by: Rich Salz RT #4100, MR #1264 --- doc/crypto/BN_add.pod | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') 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. -- cgit v1.2.3