[openssl-commits] [openssl] master update

matthias.st.pierre at ncp-e.com matthias.st.pierre at ncp-e.com
Tue Apr 24 11:49:29 UTC 2018


The branch master has been updated
       via  208056b2ae41e2501f071fa134765349ddb57b3c (commit)
      from  6862de63d469f3148a2ff5a04a6b9ab6413bd5ac (commit)


- Log -----------------------------------------------------------------
commit 208056b2ae41e2501f071fa134765349ddb57b3c
Author: Dr. Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
Date:   Tue Apr 24 09:17:09 2018 +0200

    x509/by_dir.c: Remove dead code
    
    Noticed in #5837
    
    Reviewed-by: Bernd Edlinger <bernd.edlinger at hotmail.de>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/6064)

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

Summary of changes:
 crypto/x509/by_dir.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/crypto/x509/by_dir.c b/crypto/x509/by_dir.c
index f213eec..c883458 100644
--- a/crypto/x509/by_dir.c
+++ b/crypto/x509/by_dir.c
@@ -385,12 +385,6 @@ static int get_cert_by_subject(X509_LOOKUP *xl, X509_LOOKUP_TYPE type,
              */
             ERR_clear_error();
 
-            /*
-             * If we were going to up the reference count, we would need to
-             * do it on a perl 'type' basis
-             */
-        /*- CRYPTO_add(&tmp->data.x509->references,1,
-                    CRYPTO_LOCK_X509);*/
             goto finish;
         }
     }


More information about the openssl-commits mailing list