#include #include #include #include #include "local_xsi.h" /* * "setkey" routine (for backwards compatibility) */ int setkey(const char *key) { return __crypt_setkey(key); } /* * "encrypt" routine (for backwards compatibility) */ int encrypt(char *block, int flag) { return __crypt_encrypt(block, flag); }