diff options
author | 1998-10-10 22:07:43 +0000 | |
---|---|---|
committer | 1998-10-10 22:07:43 +0000 | |
commit | ee0d4998278a3d9e46607250d3daac8b52c8870a (patch) | |
tree | a629ad0fdd494ebac9a8dbce4dd20523c2ff640b /lib/libssl | |
parent | Add header files to distribution that were added with wscons support. (diff) | |
download | wireguard-openbsd-ee0d4998278a3d9e46607250d3daac8b52c8870a.tar.xz wireguard-openbsd-ee0d4998278a3d9e46607250d3daac8b52c8870a.zip |
add bn_mulw as in the non-patent version.
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/crypto-patent/Makefile | 1 |
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 |