ladybird/Libraries/LibTLS
Timothy Flynn ca9f3673c5 Everywhere: Run clang-format
The following command was used to clang-format these files:

    clang-format-20 -i $(find . \
        -not \( -path "./\.*" -prune \) \
        -not \( -path "./Build/*" -prune \) \
        -not \( -path "./Toolchain/*" -prune \) \
        -type f -name "*.cpp" -o -name "*.mm" -o -name "*.h")
2025-05-14 02:01:59 -06:00
..
CMakeLists.txt LibTLS: Remove unused DefaultRootCACertificates 2025-02-17 19:52:43 +01:00
OpenSSLForward.h LibTLS: Replace TLSv12 implementation with OpenSSL 2025-02-17 19:52:43 +01:00
TLSv12.cpp LibTLS: Call close() when we receive SSL_ERROR_ZERO_RETURN 2025-04-14 21:07:42 +02:00
TLSv12.h Everywhere: Run clang-format 2025-05-14 02:01:59 -06:00