From b9d37a40274e1fb4b2b1b9504ffd2db1ccf46719 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 19 Feb 2001 23:31:53 +0000 Subject: 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 --- secure/lib/libcrypto/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'secure/lib/libcrypto') diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index 28109570b43d..b9761762b1d8 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 -- cgit v1.3