Fix bn_wexpand's documentation.
Change-Id: I15e243c9732f2d3ab77b2fa77e0c3c10d5c7f3af Reviewed-on: https://boringssl-review.googlesource.com/10541 Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
parent
7c7d8313ab
commit
4c4ff02fe8
@ -327,7 +327,7 @@ OPENSSL_EXPORT int BN_marshal_asn1(CBB *cbb, const BIGNUM *bn);
|
||||
OPENSSL_EXPORT void bn_correct_top(BIGNUM *bn);
|
||||
|
||||
/* bn_wexpand ensures that |bn| has at least |words| works of space without
|
||||
* altering its value. It returns one on success or zero on allocation
|
||||
* altering its value. It returns |bn| on success or NULL on allocation
|
||||
* failure. */
|
||||
OPENSSL_EXPORT BIGNUM *bn_wexpand(BIGNUM *bn, size_t words);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user