#ifndef SHA512CRYPT_H #define SHA512CRYPT_H char * sha512_crypt (const char *key, const char *salt); #endif