Loading crypto/bio/bio_lib.c +2 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,8 @@ BIO *BIO_new(const BIO_METHOD *method) CRYPTO_THREAD_lock_free(bio->lock); goto err; } if (method->create == NULL) bio->init = 1; return bio; Loading Loading
crypto/bio/bio_lib.c +2 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,8 @@ BIO *BIO_new(const BIO_METHOD *method) CRYPTO_THREAD_lock_free(bio->lock); goto err; } if (method->create == NULL) bio->init = 1; return bio; Loading