Remove a remnant of my attempt to get alpha asm code working. OpenSSL

does include code for the alpha, but as far as I can tell, it is
non-functional (e.g. it's not even compiled by the native openssl build on
the alpha).

Noticed by:	gallatin
This commit is contained in:
Kris Kennaway 2001-02-19 23:31:53 +00:00
parent e22887cdda
commit b9d37a4027
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72716

View File

@ -81,8 +81,6 @@ SRCS+= bn_add.c bn_blind.c bn_ctx.c bn_div.c bn_err.c \
bn_sqr.c bn_word.c
.if !defined(NOPERL) && ${MACHINE_ARCH} == "i386"
SRCS+= bn-586.pl co-586.pl
.elif ${MACHINE_ARCH} == "alpha"
SRCS+= bn-alpha.pl co-alpha.pl
.else
SRCS+= bn_asm.c
.endif