crypt.h 268 B

12345678910111213
  1. /*
  2. * Written by Solar Designer and placed in the public domain.
  3. * See crypt_blowfish.c for more information.
  4. */
  5. #include <gnu-crypt.h>
  6. #if defined(_OW_SOURCE) || defined(__USE_OW)
  7. #define __SKIP_GNU
  8. #undef __SKIP_OW
  9. #include <ow-crypt.h>
  10. #undef __SKIP_GNU
  11. #endif