View | Details | Raw Unified | Return to bug 23204 | Differences between
and this patch

Collapse All | Expand All

(-)crypt.h Fri Dec 1 12:29:55 2000 (+1 lines)
Lines 29-34 Link Here
29
29
30
/* magic sizes */
30
/* magic sizes */
31
#define MD5_SIZE 16
31
#define MD5_SIZE 16
32
#define MD5_SALT_SIZE 16
32
33
33
char *crypt_des(const char *pw, const char *salt);
34
char *crypt_des(const char *pw, const char *salt);
34
char *crypt_md5(const char *pw, const char *salt);
35
char *crypt_md5(const char *pw, const char *salt);

Return to bug 23204