Skip to content
  • Ivo Roylev's avatar
    14906d59
    Bug#27537572: THE REFORMATTING CAUSED A WOLFSSL COMPILATION ERROR ON WINDOWS · 14906d59
    Ivo Roylev authored
    There is an #include guard making sure the SSL includes don't interfere
    with out own. But the clang-format shuffled them, ordering them
    alphabetically. Theoretically this should be possible, but atm it is
    not, so moving them back to the correct order.
    Adding clang-format off guard not to shuffle them back again
    
    Tested compiling on Windows with both WolfSSL and OpenSSL
    14906d59
    Bug#27537572: THE REFORMATTING CAUSED A WOLFSSL COMPILATION ERROR ON WINDOWS
    Ivo Roylev authored
    There is an #include guard making sure the SSL includes don't interfere
    with out own. But the clang-format shuffled them, ordering them
    alphabetically. Theoretically this should be possible, but atm it is
    not, so moving them back to the correct order.
    Adding clang-format off guard not to shuffle them back again
    
    Tested compiling on Windows with both WolfSSL and OpenSSL
Loading