Skip to content
Snippets Groups Projects
  1. Dec 05, 2001
  2. Nov 30, 2001
  3. Nov 29, 2001
    • Bruce Momjian's avatar
      * When postgres.h does not define BYTE_ENDIAN pgcrypto · 8aa538cf
      Bruce Momjian authored
        produces garbage.
      
      I learned the hard way that
      
              #if UNDEFINED_1 == UNDEFINED_2
              #error "gcc is idiot"
              #endif
      
      prints "gcc is idiot" ...
      
      Affected are MD5/SHA1 in internal library, and also HMAC-MD5/HMAC-SHA1/
      crypt-md5 which use them.  Blowfish is ok, also Rijndael on at
      least x86.
      
      Big thanks to Daniel Holtzman who send me a build log which
      contained warning:
      
              md5.c:246: warning: `X' defined but not used
      
      Yes, gcc is that helpful...
      
      Please apply this.
      
      --
      marko
      8aa538cf
  4. Nov 26, 2001
  5. Nov 25, 2001
  6. Nov 21, 2001
  7. Nov 20, 2001
  8. Nov 16, 2001
  9. Nov 15, 2001
  10. Nov 12, 2001
  11. Nov 08, 2001
  12. Nov 06, 2001
  13. Nov 05, 2001
  14. Oct 30, 2001
  15. Oct 29, 2001
  16. Oct 28, 2001
  17. Oct 25, 2001
  18. Oct 24, 2001
  19. Oct 18, 2001
  20. Oct 15, 2001
  21. Oct 13, 2001
  22. Oct 04, 2001
  23. Oct 03, 2001
  24. Oct 01, 2001
  25. Sep 30, 2001
  26. Sep 29, 2001
Loading