From b8a475d5eab891cc65af522d5490d02586b0002c Mon Sep 17 00:00:00 2001 From: beck <> Date: Thu, 8 Oct 1998 21:11:31 +0000 Subject: Fix static non-bn-asm builds. Need this file. --- src/lib/libssl/crypto/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile index 516609d8d1..214c1e2350 100644 --- a/src/lib/libssl/crypto/Makefile +++ b/src/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 -- cgit v1.2.3-55-g6feb