mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00: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();
|
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();
|
OPENSSL_thread_stop();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue