vfs: check userland buffers before reading them.
[haiku.git] / src / system / libroot / posix / crypt / crypt_legacy.h
blob62774a47f2e503dbdfa43272b7ccefe63bd01004
1 #ifndef CRYPT_LEGACY_H
2 #define CRYPT_LEGACY_H
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
8 char *crypt_legacy(const char *key, const char *salt);
10 #ifdef __cplusplus
12 #endif
14 #endif // CRYPT_LEGACY_H