diff options
Diffstat (limited to 'other/openssh-2.1.1p4/md5crypt.h')
| -rw-r--r-- | other/openssh-2.1.1p4/md5crypt.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/other/openssh-2.1.1p4/md5crypt.h b/other/openssh-2.1.1p4/md5crypt.h deleted file mode 100644 index 2e018d8..0000000 --- a/other/openssh-2.1.1p4/md5crypt.h +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * ---------------------------------------------------------------------------- | ||
| 3 | * "THE BEER-WARE LICENSE" (Revision 42): | ||
| 4 | * <phk@login.dknet.dk> wrote this file. As long as you retain this notice you | ||
| 5 | * can do whatever you want with this stuff. If we meet some day, and you think | ||
| 6 | * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp | ||
| 7 | * ---------------------------------------------------------------------------- | ||
| 8 | */ | ||
| 9 | |||
| 10 | /* | ||
| 11 | * Ported from FreeBSD to Linux, only minimal changes. --marekm | ||
| 12 | */ | ||
| 13 | |||
| 14 | /* | ||
| 15 | * Adapted from shadow-19990607 by Tudor Bosman, tudorb@jm.nu | ||
| 16 | */ | ||
| 17 | |||
| 18 | #ifndef _MD5CRYPT_H | ||
| 19 | #define _MD5CRYPT_H | ||
| 20 | |||
| 21 | #include "config.h" | ||
| 22 | |||
| 23 | #if defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT) | ||
| 24 | |||
| 25 | int is_md5_salt(const char *salt); | ||
| 26 | char *md5_crypt(const char *pw, const char *salt); | ||
| 27 | |||
| 28 | #endif /* defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT) */ | ||
| 29 | |||
| 30 | #endif /* MD5CRYPT_H */ | ||
