#if 0 #include char * crypt( const char *key, const char *salt) { return (char*)key; } /* XOPEN(4) */ #endif