handle more assembly stuff.
This commit is contained in:
parent
9808a8475f
commit
de3a0e6cfe
@ -1,4 +1,4 @@
|
||||
# $NetBSD: bn.inc,v 1.9 2008/05/10 21:30:06 christos Exp $
|
||||
# $NetBSD: bn.inc,v 1.10 2008/05/10 21:41:22 christos Exp $
|
||||
#
|
||||
# @(#) Copyright (c) 1995 Simon J. Gerraty
|
||||
#
|
||||
@ -8,11 +8,11 @@
|
||||
.PATH: ${OPENSSLSRC}/crypto/bn
|
||||
|
||||
.if !defined(BN_SRCS)
|
||||
BN_SRCS = bn_asm.c bm_mul.c
|
||||
BN_SRCS = bn_asm.c
|
||||
.endif
|
||||
|
||||
BN_SRCS += bn_add.c bn_div.c bn_exp.c bn_lib.c bn_ctx.c bn_mod.c \
|
||||
bn_print.c bn_rand.c bn_shift.c bn_word.c bn_blind.c \
|
||||
bn_print.c bn_rand.c bn_shift.c bn_word.c bn_blind.c bn_mul.c \
|
||||
bn_kron.c bn_sqrt.c bn_gcd.c bn_prime.c bn_err.c bn_sqr.c \
|
||||
bn_recp.c bn_mont.c bn_mpi.c bn_exp2.c bn_nist.c bn_gf2m.c bn_depr.c
|
||||
SRCS += ${BN_SRCS}
|
||||
|
Loading…
Reference in New Issue
Block a user