git ssb

0+

dangerousbeans / %aPBe2k3ugtjBr4rrsU1…



Tree: ae87ba58f416c1874af79af3b07e26073441c010

Files: ae87ba58f416c1874af79af3b07e26073441c010 / ext / mri / crypt.h

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

Built with git-ssb-web