aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa/f
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rsa/f')
-rw-r--r--crypto/rsa/f6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/rsa/f b/crypto/rsa/f
deleted file mode 100644
index 57528ef..0000000
--- a/crypto/rsa/f
+++ /dev/null
@@ -1,6 +0,0 @@
- if ((rsa->method_mod_n == NULL) && (rsa->flags & RSA_FLAG_CACHE_PUBLIC))
- {
- if ((rsa->method_mod_n=(char *)BN_MONT_CTX_new()) != NULL)
- if (!BN_MONT_CTX_set((BN_MONT_CTX *)rsa->method_mod_n,
- rsa->n,ctx)) goto err;
- }