diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libssl/crypto-patent/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
59 | SRCS+= bn_mul.c bn_print.c bn_rand.c bn_shift.c bn_sub.c | 59 | SRCS+= bn_mul.c bn_print.c bn_rand.c bn_shift.c bn_sub.c |
60 | SRCS+= bn_word.c bn_blind.c bn_gcd.c bn_prime.c bn_err.c | 60 | SRCS+= bn_word.c bn_blind.c bn_gcd.c bn_prime.c bn_err.c |
61 | SRCS+= bn_sqr.c bn_recp.c bn_mont.c bn_mpi.c | 61 | SRCS+= bn_sqr.c bn_recp.c bn_mont.c bn_mpi.c |
62 | SRCS+= bn_mulw.c | ||
62 | CFLAGS+= -I${LCRYPTO_SRC}/rsa | 63 | CFLAGS+= -I${LCRYPTO_SRC}/rsa |
63 | SRCS+= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c | 64 | SRCS+= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c |
64 | SRCS+= rsa_saos.c rsa_err.c rsa_pk1.c rsa_ssl.c | 65 | SRCS+= rsa_saos.c rsa_err.c rsa_pk1.c rsa_ssl.c |