From: Viktor Dukhovni Date: Fri, 8 Jan 2016 04:56:43 +0000 (-0500) Subject: Update comment as bn_dup_expand is gone X-Git-Tag: OpenSSL_1_1_0-pre2~100 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8707e3be0c92f05ac3566cc79191b661195fe9f2;p=oweals%2Fopenssl.git Update comment as bn_dup_expand is gone Reviewed-by: Rich Salz --- diff --git a/crypto/bn/bn_lib.c b/crypto/bn/bn_lib.c index 6393a34f8a..150f4b80de 100644 --- a/crypto/bn/bn_lib.c +++ b/crypto/bn/bn_lib.c @@ -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) {