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