summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_lcl.h
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-12-08 19:10:33 +0000
committerUlf Möller <ulf@openssl.org>2000-12-08 19:10:33 +0000
commit15156cce0eed843d74ca06392144cad29c306ff7 (patch)
tree898357177181215aaab99f7f8e6ac7802d2557e9 /crypto/bn/bn_lcl.h
parent9d6b1ce6441c7cc6aed344f02d9f676ab5e04217 (diff)
bn_part_sub_word prototype.
Diffstat (limited to 'crypto/bn/bn_lcl.h')
-rw-r--r--crypto/bn/bn_lcl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/bn/bn_lcl.h b/crypto/bn/bn_lcl.h
index 39ad05631a..a14188e2d2 100644
--- a/crypto/bn/bn_lcl.h
+++ b/crypto/bn/bn_lcl.h
@@ -414,6 +414,8 @@ void bn_mul_low_recursive(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b,int n2,
BN_ULONG *t);
void bn_mul_high(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b,BN_ULONG *l,int n2,
BN_ULONG *t);
+BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
+ int cl, int dl);
#ifdef __cplusplus
}