retro-imager/src/dependencies/sha256crypt/sha256crypt.h
2022-02-14 10:07:15 +01:00

11 lines
144 B
C

#ifndef SHA256CRYPT_H
#define SHA256CRYPT_H
extern "C" {
char *
sha256_crypt (const char *key, const char *salt);
}
#endif // SHA256CRYPT_H