[openssl] master update

shane.lontis at oracle.com shane.lontis at oracle.com
Wed Mar 4 00:19:56 UTC 2020


The branch master has been updated
       via  888e2a9bf5e2cf825398b39e5cbabdbc29c71748 (commit)
      from  f552d900459cbacd82433b688b237cd6870663cd (commit)


- Log -----------------------------------------------------------------
commit 888e2a9bf5e2cf825398b39e5cbabdbc29c71748
Author: Vladimir Panteleev <git at thecybershadow.net>
Date:   Mon Mar 2 18:05:03 2020 +0000

    .gitignore: Add /apps/progs.{c,h}
    
    These files were removed from the source tree in
    fe909ee4aeb6eb64f6f31a1544c5d3c81c5fe1f1.
    
    CLA: trivial
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/11222)

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

Summary of changes:
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 44f963db78..3b1a455209 100644
--- a/.gitignore
+++ b/.gitignore
@@ -123,6 +123,8 @@ doc/man1/openssl-x509.pod
 /TAGS
 *.map
 *.ld
+/apps/progs.c
+/apps/progs.h
 
 # Windows (legacy)
 /tmp32


More information about the openssl-commits mailing list