]> granicus.if.org Git - openssl/commitdiff
Remove des_ver.h; broke build.
authorRich Salz <rsalz@openssl.org>
Sun, 1 Nov 2015 13:09:57 +0000 (08:09 -0500)
committerRich Salz <rsalz@openssl.org>
Sun, 1 Nov 2015 13:09:57 +0000 (08:09 -0500)
Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/des/Makefile

index 1233fad92422b07d78b5fd028a410606c2427495..be24584ab12cd77fa8f1f49128db69009415d812 100644 (file)
@@ -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)