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