projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64c711c
)
Update comment as bn_dup_expand is gone
author
Viktor Dukhovni
<openssl-users@dukhovni.org>
Fri, 8 Jan 2016 04:56:43 +0000
(23:56 -0500)
committer
Viktor Dukhovni
<openssl-users@dukhovni.org>
Fri, 8 Jan 2016 17:53:39 +0000
(12:53 -0500)
Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/bn/bn_lib.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bn_lib.c
b/crypto/bn/bn_lib.c
index 6393a34f8ac35f484cfc4ec554a3d737b0714e6d..150f4b80deaa00b8330cc5e24fc19b06f10d5da2 100644
(file)
--- 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 b
oth by bn_expand2() and bn_dup_expand
() */
+/* This is used b
y bn_expand2
() */
/* The caller MUST check that words > b->dmax before calling this */
static BN_ULONG *bn_expand_internal(const BIGNUM *b, int words)
{