From: Rich Salz Date: Sun, 1 Nov 2015 13:09:57 +0000 (-0500) Subject: Remove des_ver.h; broke build. X-Git-Tag: OpenSSL_1_1_0-pre1~323 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=b92fafcc2f2c749c620db60901739fb6c32fc456 Remove des_ver.h; broke build. Reviewed-by: Matt Caswell --- 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)