mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
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:
parent
e22887cdda
commit
b9d37a4027
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72716
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user