Skip to content
Snippets Groups Projects
  1. Nov 14, 2024
  2. Nov 13, 2024
  3. Nov 11, 2024
    • Alyssa Ross's avatar
      Fix building srp_examples.c with musl · a6490097
      Alyssa Ross authored
      This fixes the immediate build failure, but it's quite a fragile fix,
      because if any other libc defines malloc, calloc, or free in a header
      that has not been included by this point in srp_examples.c, but is
      subsequently included by srp.c or srp_constants.c, the same problem
      will occur.  The ideal thing to do would be to find a way to
      accomplish the desired effect without needing to use a macro to
      override the definitions of libc functions.
      a6490097
  4. Oct 25, 2024
  5. Aug 16, 2024
  6. Jun 16, 2024
  7. Apr 24, 2024
  8. Apr 22, 2024
  9. Apr 19, 2024
  10. Jan 20, 2024
  11. Jan 19, 2024
  12. Oct 30, 2023
Loading