mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 06:26:02 -07:00
clangformat
This commit is contained in:
parent
f6e4e2d0f3
commit
3e86d93d13
1 changed files with 2 additions and 1 deletions
|
@ -792,7 +792,8 @@ private:
|
|||
fn();
|
||||
}
|
||||
|
||||
#if defined(CPPHTTPLIB_OPENSSL_SUPPORT) && !defined(OPENSSL_IS_BORINGSSL) && !defined(LIBRESSL_VERSION_NUMBER)
|
||||
#if defined(CPPHTTPLIB_OPENSSL_SUPPORT) && !defined(OPENSSL_IS_BORINGSSL) && \
|
||||
!defined(LIBRESSL_VERSION_NUMBER)
|
||||
OPENSSL_thread_stop();
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue