diff options
author | beck <> | 1998-10-08 21:11:31 +0000 |
---|---|---|
committer | beck <> | 1998-10-08 21:11:31 +0000 |
commit | b8a475d5eab891cc65af522d5490d02586b0002c (patch) | |
tree | c48710f3adc4155a63fb808d71b74fcba78feb59 /src | |
parent | b647df8faf667360e246a8053e6ea31ae9612e58 (diff) | |
download | openbsd-b8a475d5eab891cc65af522d5490d02586b0002c.tar.gz openbsd-b8a475d5eab891cc65af522d5490d02586b0002c.tar.bz2 openbsd-b8a475d5eab891cc65af522d5490d02586b0002c.zip |
Fix static non-bn-asm builds. Need this file.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/crypto/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
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 |