Don't use assertions to check application-provided arguments;
[oweals/openssl.git] / crypto / bn / bn_lcl.h
index ad4ca7ff305a8e9c274464c8c67f37b7a86edabd..27ac4397a15172016e093f924e9d9b7ab997442a 100644 (file)
@@ -481,6 +481,7 @@ BN_ULONG bn_add_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
        int cl, int dl);
 BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
        int cl, int dl);
+int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num);
 
 #ifdef  __cplusplus
 }