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