Update comment as bn_dup_expand is gone

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Viktor Dukhovni 2016-01-07 23:56:43 -05:00
parent 64c711cd0e
commit 8707e3be0c

View File

@ -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)
{