From b92fafcc2f2c749c620db60901739fb6c32fc456 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Sun, 1 Nov 2015 08:09:57 -0500 Subject: [PATCH] Remove des_ver.h; broke build. Reviewed-by: Matt Caswell --- crypto/des/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/des/Makefile b/crypto/des/Makefile index 1233fad924..be24584ab1 100644 --- a/crypto/des/Makefile +++ b/crypto/des/Makefile @@ -39,7 +39,7 @@ LIBOBJ= set_key.o ecb_enc.o cbc_enc.o \ SRC= $(LIBSRC) -HEADER= des_locl.h rpc_des.h spr.h des_ver.h +HEADER= des_locl.h rpc_des.h spr.h ALL= $(GENERAL) $(SRC) $(HEADER) -- 2.25.1