summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux-4.02/com32/libutil/include/xcrypt.h
blob: c9ced46af47673f643225329c2ffc6b7869ec529 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _LIBUTIL_XCRYPT_H
#define _LIBUTIL_XCRYPT_H

/* Extended crypt() implementations */

char *crypt_md5(const char *, const char *);
char *sha256_crypt(const char *, const char *);
char *sha512_crypt(const char *, const char *);

#endif