summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>1998-10-08 21:11:32 +0000
committerBob Beck <beck@cvs.openbsd.org>1998-10-08 21:11:32 +0000
commit5bb81a97fb40447802ed901a3451b667e2ec6ef0 (patch)
tree4036be5c16974cc54bfd39e355e6b0043f7b7a56
parent9ea1222d1221fec7263a2f2cdacd2c536c9c6c6e (diff)
Fix static non-bn-asm builds. Need this file.
-rw-r--r--lib/libssl/crypto/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libssl/crypto/Makefile b/lib/libssl/crypto/Makefile
index 516609d8d15..214c1e2350a 100644
--- a/lib/libssl/crypto/Makefile
+++ b/lib/libssl/crypto/Makefile
@@ -59,6 +59,7 @@ SRCS+= bn_add.c bn_div.c bn_exp.c bn_lib.c bn_mod.c
SRCS+= bn_mul.c bn_print.c bn_rand.c bn_shift.c bn_sub.c
SRCS+= bn_word.c bn_blind.c bn_gcd.c bn_prime.c bn_err.c
SRCS+= bn_sqr.c bn_recp.c bn_mont.c bn_mpi.c
+SRCS+= bn_mulw.c
CFLAGS+= -I${LCRYPTO_SRC}/rsa
SRCS+= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c
SRCS+= rsa_saos.c rsa_err.c rsa_pk1.c rsa_ssl.c