From 8707e3be0c92f05ac3566cc79191b661195fe9f2 Mon Sep 17 00:00:00 2001 From: Viktor Dukhovni Date: Thu, 7 Jan 2016 23:56:43 -0500 Subject: [PATCH] Update comment as bn_dup_expand is gone Reviewed-by: Rich Salz --- crypto/bn/bn_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.25.1