[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Sun Oct 18 20:27:46 UTC 2015


The branch master has been updated
       via  788d72ba021fdd29f6b3e573adc313d97f7d224d (commit)
      from  338cb76220e641bba9684cab745b2105d6ac0558 (commit)


- Log -----------------------------------------------------------------
commit 788d72ba021fdd29f6b3e573adc313d97f7d224d
Author: Richard Levitte <levitte at openssl.org>
Date:   Sun Oct 18 21:31:21 2015 +0200

    ct_locl.h moved, reflect it in crypto/ct/Makefile
    
    Reviewed-by: Matt Caswell <matt at openssl.org>

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

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

diff --git a/crypto/ct/Makefile b/crypto/ct/Makefile
index 3c89ac7..8d6e6b7 100644
--- a/crypto/ct/Makefile
+++ b/crypto/ct/Makefile
@@ -20,7 +20,7 @@ LIBOBJ= ct_lib.o
 
 SRC= $(LIBSRC)
 
-HEADER=	ct_locl.h
+HEADER=	
 
 ALL=    $(GENERAL) $(SRC) $(HEADER)
 


More information about the openssl-commits mailing list