summaryrefslogtreecommitdiffstats
path: root/main/nss/fix-mpi-x86.patch
blob: 4a51c68b4bacc53414e3dfd01ca58fefcfbf66c5 (plain)
1
2
3
4
5
6
7
8
9
10
--- nss-3.15.1/nss/lib/freebl/Makefile
+++ nss-3.15.1.new/nss/lib/freebl/Makefile
@@ -196,6 +196,7 @@
     ASFILES  = mpi_x86.s
     DEFINES += -DMP_ASSEMBLY_MULTIPLY -DMP_ASSEMBLY_SQUARE 
     DEFINES += -DMP_ASSEMBLY_DIV_2DX1D
+    DEFINES += -DMP_USE_UINT_DIGIT
     DEFINES += -DMP_CHAR_STORE_SLOW -DMP_IS_LITTLE_ENDIAN
     # The floating point ECC code doesn't work on Linux x86 (bug 311432).
     #ECL_USE_FP = 1