diff options
Diffstat (limited to 'src/crypt/crypt.c')
-rw-r--r-- | src/crypt/crypt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crypt/crypt.c b/src/crypt/crypt.c index 46500737..e6237e39 100644 --- a/src/crypt/crypt.c +++ b/src/crypt/crypt.c @@ -1,8 +1,6 @@ #include <unistd.h> #include <crypt.h> -char *__crypt_r(const char *, const char *, struct crypt_data *); - char *crypt(const char *key, const char *salt) { /* This buffer is sufficiently large for all |