aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-11-01 08:09:57 -0500
committerRich Salz <rsalz@openssl.org>2015-11-01 08:09:57 -0500
commitb92fafcc2f2c749c620db60901739fb6c32fc456 (patch)
treeda77d20e6ecbf0675b03d999176e4aa29e34797f /crypto/des
parentb0700d2c8de79252ba605748a075cf2e5d670da1 (diff)
downloadopenssl-b92fafcc2f2c749c620db60901739fb6c32fc456.tar.gz
Remove des_ver.h; broke build.
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/Makefile2
1 files changed, 1 insertions, 1 deletions
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)