[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Sun Nov 1 13:10:19 UTC 2015


The branch master has been updated
       via  b92fafcc2f2c749c620db60901739fb6c32fc456 (commit)
      from  b0700d2c8de79252ba605748a075cf2e5d670da1 (commit)


- Log -----------------------------------------------------------------
commit b92fafcc2f2c749c620db60901739fb6c32fc456
Author: Rich Salz <rsalz at openssl.org>
Date:   Sun Nov 1 08:09:57 2015 -0500

    Remove des_ver.h; broke build.
    
    Reviewed-by: Matt Caswell <matt at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 crypto/des/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/des/Makefile b/crypto/des/Makefile
index 1233fad..be24584 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)
 


More information about the openssl-commits mailing list