提交 8707e3be 编写于 作者: V Viktor Dukhovni

Update comment as bn_dup_expand is gone

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 64c711cd
......@@ -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)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册