summaryrefslogtreecommitdiff
path: root/nss/lib/freebl/mpi/mpi-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'nss/lib/freebl/mpi/mpi-config.h')
-rw-r--r--nss/lib/freebl/mpi/mpi-config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/nss/lib/freebl/mpi/mpi-config.h b/nss/lib/freebl/mpi/mpi-config.h
index f365592..c6f72b2 100644
--- a/nss/lib/freebl/mpi/mpi-config.h
+++ b/nss/lib/freebl/mpi/mpi-config.h
@@ -24,10 +24,6 @@
#define MP_MODARITH 1 /* include modular arithmetic ? */
#endif
-#ifndef MP_NUMTH
-#define MP_NUMTH 1 /* include number theoretic functions? */
-#endif
-
#ifndef MP_LOGTAB
#define MP_LOGTAB 1 /* use table of logs instead of log()? */
#endif