NetBSD/lib/libcrypto/arch/vax/bn.inc
ragge 2fc6066af3 Add assembly routines for some of the bignum functions. Most comes from VMS,
a few written by me.  This speeds up ssh 2-3 times.
2003-11-03 10:22:28 +00:00

19 lines
588 B
PHP

# $NetBSD: bn.inc,v 1.1 2003/11/03 10:22:28 ragge Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
# SRCS extracted from /home/current/src/lib/libcrypto/../../crypto/dist/openssl/crypto/bn/Makefile.ssl
#
.PATH: ${OPENSSLSRC}/crypto/bn
.PATH: ${.CURDIR}/arch/vax
CPPFLAGS+= -I${OPENSSLSRC}/crypto/bn
CPPFLAGS+= -I${.CURDIR}/arch/vax
SRCS+= bn_asm_vax.S
SRCS+= bn_add.c bn_div.c bn_exp.c bn_lib.c bn_ctx.c bn_mul.c bn_mod.c \
bn_print.c bn_rand.c bn_shift.c bn_word.c bn_blind.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