X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fx509%2Fx509_lu.c;h=7b33ebad73b3fa01f587c1b568a52766773f3311;hp=7d915aa76245c42ccd7b23cf222a35537114f39f;hb=e6e9170d6e28038768895e1af18e3aad8093bf4b;hpb=677963e5a428739062ab5d46d5baed5eadd0195d diff --git a/crypto/x509/x509_lu.c b/crypto/x509/x509_lu.c index 7d915aa762..7b33ebad73 100644 --- a/crypto/x509/x509_lu.c +++ b/crypto/x509/x509_lu.c @@ -9,8 +9,7 @@ #include #include "internal/cryptlib.h" -#include "e_os.h" -#include +#include "internal/refcount.h" #include #include "internal/x509_int.h" #include @@ -181,7 +180,6 @@ void X509_STORE_free(X509_STORE *vfy) if (vfy == NULL) return; - CRYPTO_DOWN_REF(&vfy->references, &i, vfy->lock); REF_PRINT_COUNT("X509_STORE", vfy); if (i > 0)