summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/f
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/dsa/f')
-rw-r--r--crypto/dsa/f6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/dsa/f b/crypto/dsa/f
deleted file mode 100644
index 36865a7f5d..0000000000
--- a/crypto/dsa/f
+++ /dev/null
@@ -1,6 +0,0 @@
- if ((dsa->method_mod_p == NULL) && (dsa->flags & DSA_FLAG_CACHE_MONT_P))
- {
- if ((dsa->method_mod_p=(char *)BN_MONT_CTX_new()) != NULL)
- if (!BN_MONT_CTX_set((BN_MONT_CTX *)dsa->method_mod_p,
- dsa->p,ctx)) goto err;
- }