summaryrefslogtreecommitdiff
path: root/lib/freebl/Makefile
diff options
context:
space:
mode:
authorJohn M. Schanck <jschanck@mozilla.com>2022-03-23 15:32:48 +0000
committerJohn M. Schanck <jschanck@mozilla.com>2022-03-23 15:32:48 +0000
commita2685543cb64ad535bf46f3fcffe8c939f38599c (patch)
treebe393297612dd5dfe4975db8be125c861a4ed9ef /lib/freebl/Makefile
parente9e66aeb2e433a0113378413bd57419ad7158988 (diff)
downloadnss-hg-a2685543cb64ad535bf46f3fcffe8c939f38599c.tar.gz
Bug 1602379 - Provide secure variants of mpp_pprime and mpp_make_prime. r=mt
Differential Revision: https://phabricator.services.mozilla.com/D139866
Diffstat (limited to 'lib/freebl/Makefile')
-rw-r--r--lib/freebl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/freebl/Makefile b/lib/freebl/Makefile
index 0b8c6f42f..767335730 100644
--- a/lib/freebl/Makefile
+++ b/lib/freebl/Makefile
@@ -659,7 +659,7 @@ INCLUDES += -Impi -Iecl -Iverified -Iverified/kremlin/include -Iverified/kremlin
DEFINES += -DMP_API_COMPATIBLE
-MPI_USERS = dh.c pqg.c dsa.c rsa.c ec.c
+MPI_USERS = secmpi.c dh.c pqg.c dsa.c rsa.c ec.c
MPI_OBJS = $(addprefix $(OBJDIR)/$(PROG_PREFIX), $(MPI_SRCS:.c=$(OBJ_SUFFIX)))
MPI_OBJS += $(addprefix $(OBJDIR)/$(PROG_PREFIX), $(MPI_USERS:.c=$(OBJ_SUFFIX)))