Commit 208056b2 authored by Dr. Matthias St. Pierre's avatar Dr. Matthias St. Pierre
Browse files

x509/by_dir.c: Remove dead code

parent 6862de63
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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;
        }
    }