summaryrefslogtreecommitdiffstats
path: root/src/crypto/bn/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/bn/internal.h')
-rw-r--r--src/crypto/bn/internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/bn/internal.h b/src/crypto/bn/internal.h
index 2674b3c..0d0eb44 100644
--- a/src/crypto/bn/internal.h
+++ b/src/crypto/bn/internal.h
@@ -136,9 +136,9 @@
extern "C" {
#endif
-/* bn_expand acts the same as |BN_wexpand|, but takes a number of bits rather
+/* bn_expand acts the same as |bn_wexpand|, but takes a number of bits rather
* than a number of words. */
-BIGNUM *bn_expand(BIGNUM *bn, unsigned bits);
+BIGNUM *bn_expand(BIGNUM *bn, size_t bits);
#if defined(OPENSSL_64_BIT)