summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>1998-10-10 22:07:44 +0000
committerBob Beck <beck@cvs.openbsd.org>1998-10-10 22:07:44 +0000
commit80765729771eee2fec46e51fe31da38e648f8c72 (patch)
tree82721d54e7c466124dbb19d8075c2023d7db8082 /lib
parentdd1d8bf2b14b48236dc44902a62e2477dd0b69a0 (diff)
add bn_mulw as in the non-patent version.
Diffstat (limited to 'lib')
-rw-r--r--lib/libssl/crypto-patent/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libssl/crypto-patent/Makefile b/lib/libssl/crypto-patent/Makefile
index 74b98926f17..a52124b7fbc 100644
--- a/lib/libssl/crypto-patent/Makefile
+++ b/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