You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add missing dependency on OpenSSL::Crypto
This should fix compilation errors about a missing openssl/err.h when
building against a prebuilt copy of the library.
* Fix Defer usage on Windows
* Fix signedness warnings in CountingQueryEngine
* Rename status_posix.cc to status_errno.cc
Windows excludes *_posix.cc but Status::FromErrno is not conditionally
defined.
This fixes a missing symbol error when building status tests.
0 commit comments