repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
system
/
libroot
/
posix
/
crypt
/
crypt_legacy.h
blob
62774a47f2e503dbdfa43272b7ccefe63bd01004
1
#ifndef CRYPT_LEGACY_H
2
#define CRYPT_LEGACY_H
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
char
*
crypt_legacy
(
const char
*
key
,
const char
*
salt
);
9
10
#ifdef __cplusplus
11
}
12
#endif
13
14
#endif
// CRYPT_LEGACY_H