mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Update comment as bn_dup_expand is gone
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
64c711cd0e
commit
8707e3be0c
@ -295,7 +295,7 @@ BIGNUM *BN_new(void)
|
||||
return (ret);
|
||||
}
|
||||
|
||||
/* This is used both by bn_expand2() and bn_dup_expand() */
|
||||
/* This is used by bn_expand2() */
|
||||
/* The caller MUST check that words > b->dmax before calling this */
|
||||
static BN_ULONG *bn_expand_internal(const BIGNUM *b, int words)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user