[openssl] master update

Dr. Paul Dale pauli at openssl.org
Wed May 26 12:08:32 UTC 2021


The branch master has been updated
       via  bfd6b619b6ccba8aee6b1d9ea1af21f0e03567dc (commit)
      from  4d2d4b4bc1a8515fa5c17906393458a7beef5422 (commit)


- Log -----------------------------------------------------------------
commit bfd6b619b6ccba8aee6b1d9ea1af21f0e03567dc
Author: Matt Caswell <matt at openssl.org>
Date:   Tue May 25 12:02:07 2021 +0100

    Ignore the threadstest_fips executable
    
    Add a new executable that isn't caught by existing .gitignore rules
    
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/15453)

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

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

diff --git a/.gitignore b/.gitignore
index 038ccb9773..fa989a8029 100644
--- a/.gitignore
+++ b/.gitignore
@@ -100,6 +100,7 @@ providers/common/include/prov/der_sm2.h
 /test/confdump
 /test/bio_prefix_text
 /test/evp_extra_test2
+/test/threadstest_fips
 
 # Certain files that get created by tests on the fly
 /test-runs


More information about the openssl-commits mailing list