From 47585c927f8436aff01c4e354d77bd81e7861aa0 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Tue, 20 Feb 2001 01:50:25 +0000 Subject: [PATCH] Add back a missing file from the no-asm case Submitted by: gallatin --- secure/lib/libcrypto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index b9761762b1d8..be3a3960543e 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -111,7 +111,7 @@ SRCS+= cbc_cksm.c cbc_enc.c cfb64ede.c cfb64enc.c cfb_enc.c \ .if !defined(NOPERL) && ${MACHINE_ARCH} == "i386" SRCS+= des-586.pl crypt586.pl .else -SRCS+= des_enc.c +SRCS+= des_enc.c fcrypt_b.c .endif # dh