summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_lib.c
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2016-01-07 23:56:43 -0500
committerViktor Dukhovni <openssl-users@dukhovni.org>2016-01-08 12:53:39 -0500
commit8707e3be0c92f05ac3566cc79191b661195fe9f2 (patch)
tree9fd62cf8ed2834dfbbffc7652a3d7fb48a457f3d /crypto/bn/bn_lib.c
parent64c711cd0e8c0d79f41563e84ee8c0710b4e78d8 (diff)
Update comment as bn_dup_expand is gone
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/bn/bn_lib.c')
-rw-r--r--crypto/bn/bn_lib.c2
1 files changed, 1 insertions, 1 deletions
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)
{