diff options
author | kris <kris@FreeBSD.org> | 2001-02-19 23:31:53 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-02-19 23:31:53 +0000 |
commit | 43aab12cf4f83152dbaf10c15d5b913a2810da2f (patch) | |
tree | ec92ff74ba7c587a077a737a258c0152dce8b1dd /secure/lib | |
parent | 46ef236ff652b8099c0c7bc7e68975630f7c86be (diff) | |
download | FreeBSD-src-43aab12cf4f83152dbaf10c15d5b913a2810da2f.zip FreeBSD-src-43aab12cf4f83152dbaf10c15d5b913a2810da2f.tar.gz |
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
Diffstat (limited to 'secure/lib')
-rw-r--r-- | secure/lib/libcrypto/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index 2810957..b976176 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -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 |