From 6d7465ed57dc209c50f2936a017603a6cd23b064 Mon Sep 17 00:00:00 2001 From: beck <> Date: Sat, 10 Oct 1998 22:07:43 +0000 Subject: add bn_mulw as in the non-patent version. --- src/lib/libssl/crypto-patent/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib') diff --git a/src/lib/libssl/crypto-patent/Makefile b/src/lib/libssl/crypto-patent/Makefile index 74b98926f1..a52124b7fb 100644 --- a/src/lib/libssl/crypto-patent/Makefile +++ b/src/lib/libssl/crypto-patent/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