summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbeck <>1998-10-08 21:11:31 +0000
committerbeck <>1998-10-08 21:11:31 +0000
commitb8a475d5eab891cc65af522d5490d02586b0002c (patch)
treec48710f3adc4155a63fb808d71b74fcba78feb59 /src
parentb647df8faf667360e246a8053e6ea31ae9612e58 (diff)
downloadopenbsd-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/Makefile1
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
59SRCS+= bn_mul.c bn_print.c bn_rand.c bn_shift.c bn_sub.c 59SRCS+= bn_mul.c bn_print.c bn_rand.c bn_shift.c bn_sub.c
60SRCS+= bn_word.c bn_blind.c bn_gcd.c bn_prime.c bn_err.c 60SRCS+= bn_word.c bn_blind.c bn_gcd.c bn_prime.c bn_err.c
61SRCS+= bn_sqr.c bn_recp.c bn_mont.c bn_mpi.c 61SRCS+= bn_sqr.c bn_recp.c bn_mont.c bn_mpi.c
62SRCS+= bn_mulw.c
62CFLAGS+= -I${LCRYPTO_SRC}/rsa 63CFLAGS+= -I${LCRYPTO_SRC}/rsa
63SRCS+= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c 64SRCS+= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c
64SRCS+= rsa_saos.c rsa_err.c rsa_pk1.c rsa_ssl.c 65SRCS+= rsa_saos.c rsa_err.c rsa_pk1.c rsa_ssl.c