diff options
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 |