summaryrefslogtreecommitdiffstats
path: root/include/crypto/bn.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/bn.h')
-rw-r--r--include/crypto/bn.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/crypto/bn.h b/include/crypto/bn.h
index f6bfdeb5e4..00544d9d25 100644
--- a/include/crypto/bn.h
+++ b/include/crypto/bn.h
@@ -116,10 +116,4 @@ OSSL_LIB_CTX *ossl_bn_get_libctx(BN_CTX *ctx);
extern const BIGNUM ossl_bn_inv_sqrt_2;
-int ossl_bn_rsa_do_unblind(const BIGNUM *intermediate,
- const BN_BLINDING *blinding,
- const BIGNUM *possible_arg2,
- const BIGNUM *to_mod, BN_CTX *ctx,
- unsigned char *buf, int num);
-
#endif