xref: /dflybsd-src/lib/libcrypt/local_xsi.h (revision 030b0c8c4cf27c560ccec70410c8e21934ae677d)
1 /*
2  *
3  */
4 
5 int __crypt_setkey(const char *key);
6 int __crypt_encrypt(char *block, int flag);
7